diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 19:05:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 19:05:55 +0800 |
commit | 36fa01005928237d5946517021cc14badb3c4ef5 (patch) | |
tree | 82abbd6e3b3e52fbf8886b68b60d57ff8590fca3 /games/darkplaces | |
parent | da9a399191b96d50da8553e9d7262ab2e783a448 (diff) | |
download | freebsd-ports-gnome-36fa01005928237d5946517021cc14badb3c4ef5.tar.gz freebsd-ports-gnome-36fa01005928237d5946517021cc14badb3c4ef5.tar.zst freebsd-ports-gnome-36fa01005928237d5946517021cc14badb3c4ef5.zip |
Mark broken on tier-2: cc1: unrecognized command line option "-msse2".
Hat: portmgr
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> |