From c6b0bd87c637f56322eef218c00b5a9dbd110f81 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Wed, 17 Nov 2004 15:52:40 +0000 Subject: [PATCH] Remove BROKEN mark for sparc64. Submitted by: Hannes Mehnert --- devel/boehm-gc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index edc3889d886c..8ff43ee4970a 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -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: