mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Mark BROKEN on sparc64.
Reported by: linimon
This commit is contained in:
parent
98cc66dd86
commit
900b5c0cd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200280
@ -29,6 +29,10 @@ MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= does not build on sparc64
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BROKEN= does not compile with perl ${PERL_VERSION}
|
||||
.endif
|
||||
|
@ -29,6 +29,10 @@ MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= does not build on sparc64
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BROKEN= does not compile with perl ${PERL_VERSION}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user