aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-14 12:34:14 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-14 12:34:14 +0800
commite0c53b454e784e7d0d2674a671c83eac207470de (patch)
tree3646536b131788864edef1c412382f038458bf88 /games
parent9f53e264bf0a2e48e58b973b9d0c899a2c31a88d (diff)
downloadfreebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.tar.gz
freebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.tar.zst
freebsd-ports-gnome-e0c53b454e784e7d0d2674a671c83eac207470de.zip
Broken: does not compile.
Diffstat (limited to 'games')
-rw-r--r--games/nil/Makefile7
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 \