1
0
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:
Mark Linimon 2008-08-01 06:16:57 +00:00
parent 503797888e
commit 76cf74298e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217901
2 changed files with 8 additions and 0 deletions

View File

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

View File

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