1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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:
Michael Johnson 2004-11-26 09:18:28 +00:00
parent 0bc82afd71
commit df0a89e4de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122489

View File

@ -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"