summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-09 11:12:52 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-09 11:12:52 +0800
commiteb47f548f58aa9584000c3ee2b3091332fc38204 (patch)
treeba0fa144d2908c9e976f35c4bf1841c96158a0d7 /audio
parent8ca283dff3b4711d968618bd3c4d32dc45c41cfc (diff)
downloadmarcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.gz
marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.tar.zst
marcuscom-ports-eb47f548f58aa9584000c3ee2b3091332fc38204.zip
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12236 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 15c639e2e..4277a7ca8 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/pulseaudio/Makefile,v 1.13 2009/03/08 19:14:47 marcus Exp $
+# $MCom: ports/audio/pulseaudio/Makefile,v 1.14 2009/04/07 06:48:12 marcus Exp $
#
PORTNAME= pulseaudio
@@ -51,6 +51,10 @@ MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
.if defined(WITH_JACK)
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
PLIST_SUB+= JACK=""