diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 07:34:06 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 07:34:06 +0800 |
commit | 0893d8a5952bdb823b80942c061c86191610ecf7 (patch) | |
tree | f45a18f01d297e76446c0398f754afdfd94f88d0 | |
parent | c08e0ca3732349e833d649d65fbada9126510235 (diff) | |
download | freebsd-ports-gnome-0893d8a5952bdb823b80942c061c86191610ecf7.tar.gz freebsd-ports-gnome-0893d8a5952bdb823b80942c061c86191610ecf7.tar.zst freebsd-ports-gnome-0893d8a5952bdb823b80942c061c86191610ecf7.zip |
BROKEN on !i386: Does not compile
-rw-r--r-- | games/q3cellshading/Makefile | 6 | ||||
-rw-r--r-- | games/quake3/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 39e51c0d3b67..b74601d3db3c 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -34,9 +34,9 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> -# Anyone to play with this on IA64? -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +# Anyone to play with this on !i386 +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 (feel free to submit fixes)" .endif .if ${PERL_LEVEL} < 500600 diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 39e51c0d3b67..b74601d3db3c 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -34,9 +34,9 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> -# Anyone to play with this on IA64? -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +# Anyone to play with this on !i386 +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 (feel free to submit fixes)" .endif .if ${PERL_LEVEL} < 500600 |