mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Mark as broken on amd64, ia64, and i386-4.
This commit is contained in:
parent
ee7d3c1a28
commit
496a30746b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167936
@ -35,6 +35,13 @@ OPTIONS= OPTIMIZATION "Enable optimization" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == i386 && ${OSVERSION} < 500000
|
||||
BROKEN= does not compile on i386-4
|
||||
.endif
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64
|
||||
BROKEN= does not compile on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPTIMIZATION)
|
||||
CFLAGS+= -funroll-all-loops -ffast-math -fomit-frame-pointer -D_GNU_SOURCE -D_REENTRANT
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user