diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-20 08:52:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-20 08:52:30 +0800 |
commit | a3f7bcd9451258bb88d601bac4151df6a35a0ebb (patch) | |
tree | afaba5a88d881ff5d249dd5f4fd33c74b77ff2c7 /x11-wm/wmii | |
parent | 022f3acd028853803f5687cbe3ea83e04033abb0 (diff) | |
download | freebsd-ports-gnome-a3f7bcd9451258bb88d601bac4151df6a35a0ebb.tar.gz freebsd-ports-gnome-a3f7bcd9451258bb88d601bac4151df6a35a0ebb.tar.zst freebsd-ports-gnome-a3f7bcd9451258bb88d601bac4151df6a35a0ebb.zip |
Mark as broken on amd64 and sparc64: fails to compile.
Feature safe: yes
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r-- | x11-wm/wmii/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index d08b1574f653..c986c5183f90 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -56,4 +56,10 @@ post-patch: .SILENT ${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes| ; \ s|^LINK=|& noisycc=yes|' ${WRKSRC}/mk/hdr.mk -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on amd64 or sparc64 +.endif + +.include <bsd.port.post.mk> |