mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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
@ -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 New Issue
Block a user