diff options
author | kris <kris@FreeBSD.org> | 2005-10-28 14:14:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-28 14:14:45 +0800 |
commit | 841def601d221cb1b2024f274b80fa9047c167ff (patch) | |
tree | 0da4923cc195046d7234545319cdd4242d469901 /x11-toolkits | |
parent | 9720f01d48088ee9476ba4f07c9c2caf523fc614 (diff) | |
download | freebsd-ports-gnome-841def601d221cb1b2024f274b80fa9047c167ff.tar.gz freebsd-ports-gnome-841def601d221cb1b2024f274b80fa9047c167ff.tar.zst freebsd-ports-gnome-841def601d221cb1b2024f274b80fa9047c167ff.zip |
BROKEN on sparc64 and ia64: Does not compile
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index cd3ea8a3bc7f..d20b16a7f931 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -30,6 +30,10 @@ USE_GNOME= gtk20 .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on sparc64 or ia64" +.endif + .if ${ARCH} == amd64 CFLAGS+= -fPIC .endif |