- Force -O2 on sparc64 to fix build for people with non-default CFLAGS

Reported by:	kris mail
This commit is contained in:
Michael Johnson 2006-09-17 00:05:13 +00:00
parent 1a91bb4ed5
commit db5cc310d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173169

View file

@ -20,6 +20,10 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${ARCH}=="sparc64"
CFLAGS+= -O2
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not build on ${ARCH}"
.endif