- Force -O2 on sparc64 to fix build for people with non-default CFLAGS
Reported by: kris mail
This commit is contained in:
parent
1a91bb4ed5
commit
db5cc310d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173169
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue