Mark as broken on tier-2 archs.
Hat: portmgr
This commit is contained in:
parent
430eb66301
commit
553c534b6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255637
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue