aboutsummaryrefslogtreecommitdiff
path: root/games/darkplaces
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-22 11:05:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-22 11:05:55 +0000
commitf328efd034b9904ebf27192b41092d9005299c75 (patch)
treefc91a8f99120aa15a217a0d8d4fa1c55902a658b /games/darkplaces
parentc6e7c015fc56d6cdcd3d42e81553a72cd26e1fea (diff)
downloadports-f328efd034b9904ebf27192b41092d9005299c75.tar.gz
ports-f328efd034b9904ebf27192b41092d9005299c75.zip
Notes
Diffstat (limited to 'games/darkplaces')
-rw-r--r--games/darkplaces/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile
index c1576fa53bf0..0b46769ae463 100644
--- a/games/darkplaces/Makefile
+++ b/games/darkplaces/Makefile
@@ -87,4 +87,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/darkplaces.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized command line option "-msse2"
+.endif
+
+.include <bsd.port.post.mk>