Fix build on 6.x by always using WITH_OPTIMIZED_CFLAGS
which is --enable-x86opt (on i386) and --enable-release Reported by: pointyhat via kris Approved by: adamw (implicit)
This commit is contained in:
parent
0bc82afd71
commit
df0a89e4de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122489
@ -64,6 +64,10 @@ PLIST_SUB+= QT="@comment "
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
WITH_OPTIMIZED_CFLAGS= yes
|
||||
.endif
|
||||
|
||||
.if (${ARCH} != "i386") && (${ARCH} != "amd64")
|
||||
WITHOUT_A52=yes
|
||||
BROKEN= "Does not compile on !i386"
|
||||
|
Loading…
Reference in New Issue
Block a user