aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2004-11-17 23:52:40 +0800
committernobutaka <nobutaka@FreeBSD.org>2004-11-17 23:52:40 +0800
commit018392e470536cb6bb2e39daad669aeae53ccee5 (patch)
tree692ef07f09fe8803e992f8d783acfdd87c2e462b
parent407e097bfa2f998f02af525a848842b61c48191b (diff)
downloadfreebsd-ports-gnome-018392e470536cb6bb2e39daad669aeae53ccee5.tar.gz
freebsd-ports-gnome-018392e470536cb6bb2e39daad669aeae53ccee5.tar.zst
freebsd-ports-gnome-018392e470536cb6bb2e39daad669aeae53ccee5.zip
Remove BROKEN mark for sparc64.
Submitted by: Hannes Mehnert <hannes@mehnert.org>
-rw-r--r--devel/boehm-gc/Makefile4
1 files 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: