Remove BROKEN mark for sparc64.

Submitted by:	Hannes Mehnert <hannes@mehnert.org>
This commit is contained in:
MANTANI Nobutaka 2004-11-17 15:52:40 +00:00
parent f5dff22c38
commit c6b0bd87c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121814

View File

@ -48,8 +48,8 @@ PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug
MAN3= gc.3
.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !alpha and !amd64"
.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" && ${ARCH} != "sparc64"
BROKEN= "Does not compile on !i386 and !alpha and !amd64 and !sparc64"
.endif
post-patch: