aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liquidsoap
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-10 22:26:28 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-10 22:26:28 +0800
commit8183ce8001ad131fb0bfd03339e43949bb9b9b6c (patch)
treef858fe83f7df3ef8f9758346150b063f8bd03bf7 /audio/liquidsoap
parent727b7816ab1051b7ebcd8429bcecf5e088b02b07 (diff)
downloadfreebsd-ports-gnome-8183ce8001ad131fb0bfd03339e43949bb9b9b6c.tar.gz
freebsd-ports-gnome-8183ce8001ad131fb0bfd03339e43949bb9b9b6c.tar.zst
freebsd-ports-gnome-8183ce8001ad131fb0bfd03339e43949bb9b9b6c.zip
Mark as broken on powerpc: dumps core.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'audio/liquidsoap')
-rw-r--r--audio/liquidsoap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile
index 48ad544085e3..4e47a965c584 100644
--- a/audio/liquidsoap/Makefile
+++ b/audio/liquidsoap/Makefile
@@ -153,4 +153,10 @@ post-patch:
pre-configure:
(cd ${WRKSRC} && ./bootstrap)
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not install on powerpc: dumps core
+.endif
+
+.include <bsd.port.post.mk>