aboutsummaryrefslogtreecommitdiff
path: root/games/nil
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-14 04:34:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-14 04:34:14 +0000
commitdc549ef09da6415343dce4f454c6504efd1ea964 (patch)
treed9f59e8c7bcb01fbf9ea33b3b1d370dffa10d3db /games/nil
parent84676f24098536c1b28fad4b6b71e19f186e4834 (diff)
downloadports-dc549ef09da6415343dce4f454c6504efd1ea964.tar.gz
ports-dc549ef09da6415343dce4f454c6504efd1ea964.zip
Notes
Diffstat (limited to 'games/nil')
-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 \