1
0
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:
Brooks Davis 2007-09-28 20:10:29 +00:00
parent 98cc66dd86
commit 900b5c0cd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200280
2 changed files with 8 additions and 0 deletions

View File

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

View File

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