Mark as broken on tier-2 archs.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-06-03 07:56:16 +00:00
parent 430eb66301
commit 553c534b6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255637

View file

@ -31,6 +31,10 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \
.include <bsd.port.pre.mk>
.if ${ARCH} != "amd64" && ${ARCH} != "i386"
BROKEN= Does not compile on !amd64 and !i386
.endif
.if ${OSVERSION} >= 700000
CFLAGS+= -fopenmp -D__OPENMP__
.endif