diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-16 17:53:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-16 17:53:47 +0800 |
commit | a398ef8837714c69b93057b2cd7fc6022772dbf6 (patch) | |
tree | e5f97ff2c386faa796afb093db20c3a84f796809 /audio/pulseaudio | |
parent | 1ce37ab99ce405582fdc65cbdf96aed6e2c9acca (diff) | |
download | freebsd-ports-gnome-a398ef8837714c69b93057b2cd7fc6022772dbf6.tar.gz freebsd-ports-gnome-a398ef8837714c69b93057b2cd7fc6022772dbf6.tar.zst freebsd-ports-gnome-a398ef8837714c69b93057b2cd7fc6022772dbf6.zip |
Mark as broken on sparc64.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 663352725e4d..7921d53290eb 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -49,6 +49,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="" |