diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:14:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:14:45 +0000 |
commit | 0481be1027b6876240f736d4817d15bcbc54411d (patch) | |
tree | f556c06cddfd292ccb48a14424363e33e46ffe02 /x11-toolkits/gnocl | |
parent | 337c0b0414beda2ba9bdae34bb1e4dad681b813b (diff) | |
download | ports-0481be1027b6876240f736d4817d15bcbc54411d.tar.gz ports-0481be1027b6876240f736d4817d15bcbc54411d.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnocl')
-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 |