mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Mark as broken on sparc64: fails in Makefile step.
This commit is contained in:
parent
503797888e
commit
76cf74298e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217901
@ -55,6 +55,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile: No rule to make target 'out'
|
||||
.endif
|
||||
|
||||
.if ${CC:T} == "cc"
|
||||
CFLAGS:= ${CFLAGS:N-funroll-loops:N-O*:N-*strict-aliasing} -O2 -fno-strict-aliasing
|
||||
.endif
|
||||
|
@ -55,6 +55,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile: No rule to make target 'out'
|
||||
.endif
|
||||
|
||||
.if ${CC:T} == "cc"
|
||||
CFLAGS:= ${CFLAGS:N-funroll-loops:N-O*:N-*strict-aliasing} -O2 -fno-strict-aliasing
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user