Mark broken on tier-2: cc1: unrecognized command line option "-msse2".
Hat: portmgr
This commit is contained in:
parent
c6e7c015fc
commit
f328efd034
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287855
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user