diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 11:05:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 11:05:55 +0000 |
commit | f328efd034b9904ebf27192b41092d9005299c75 (patch) | |
tree | fc91a8f99120aa15a217a0d8d4fa1c55902a658b /games/darkplaces | |
parent | c6e7c015fc56d6cdcd3d42e81553a72cd26e1fea (diff) | |
download | ports-f328efd034b9904ebf27192b41092d9005299c75.tar.gz ports-f328efd034b9904ebf27192b41092d9005299c75.zip |
Notes
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 8 |
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> |