diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-14 12:34:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-14 12:34:14 +0800 |
commit | e0c53b454e784e7d0d2674a671c83eac207470de (patch) | |
tree | 3646536b131788864edef1c412382f038458bf88 | |
parent | 9f53e264bf0a2e48e58b973b9d0c899a2c31a88d (diff) | |
download | freebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.tar.gz freebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.tar.zst freebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.zip |
Broken: does not compile.
-rw-r--r-- | games/nil/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/nil/Makefile b/games/nil/Makefile index 48bbc9d15b77..08dd80ee197b 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -26,6 +26,13 @@ OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= does not link on ${ARCH} +.endif +.if ${ARCH} == "i386" && ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + post-patch: @${FIND} ${WRKSRC} -type f -name configure -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ |