Mark broken on tier-2: cc1: unrecognized command line option "-msse2".

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 11:05:55 +00:00
parent c6e7c015fc
commit f328efd034
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287855

View File

@ -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>