aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-GStreamer
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-11-10 10:43:47 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-11-10 10:43:47 +0000
commit087588272ae644c4ac366b2943ff1e6fecb7af6b (patch)
treeb328b6b545fb1a3dfc64a7297bc0703ed943b10e /multimedia/p5-GStreamer
parent0cd0b1fdd7f67f8408e4a90f119203c476794470 (diff)
downloadports-087588272ae644c4ac366b2943ff1e6fecb7af6b.tar.gz
ports-087588272ae644c4ac366b2943ff1e6fecb7af6b.zip
Notes
Diffstat (limited to 'multimedia/p5-GStreamer')
-rw-r--r--multimedia/p5-GStreamer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile
index f8a89482cd80..3cfc81fe2e38 100644
--- a/multimedia/p5-GStreamer/Makefile
+++ b/multimedia/p5-GStreamer/Makefile
@@ -36,8 +36,8 @@ MAN3= GStreamer.3 GStreamer::Bin.3 GStreamer::Buffer.3 GStreamer::Caps.3 \
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64
-BROKEN= "Coredump during build on amd64"
+.if ${ARCH} == amd64 || ${ARCH} == "sparc64"
+BROKEN= "Coredump during build on ${ARCH}"
.endif
.include <bsd.port.post.mk>