Mark as broken on tier-2: uses i386-specific compiler flags.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-28 06:40:53 +00:00
parent 07504e7a4d
commit 14a16ac837
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288149

View File

@ -50,4 +50,8 @@ do-configure:
IGNORE= stp needs log2(3)
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized command line option -march=native
.endif
.include <bsd.port.post.mk>