From 338ec2fe9139bc9023def1be01133351749eceac Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 3 Dec 2016 21:57:47 +0000 Subject: audio/pulseaudio: Disable building on DragonFly PulseAudio builds on DragonFly but doesn't function correctly (one core spins at 100% and sound still doesn't work. PA has been banished from DPorts, so follow suit here. --- audio/pulseaudio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/pulseaudio') diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 4dc46f91b62..9c0a2169c87 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2016/11/12 00:50:19 gdt Exp $ +# $NetBSD: Makefile,v 1.116 2016/12/03 21:57:47 marino Exp $ DISTNAME= pulseaudio-9.0 PKGREVISION= 1 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/PulseAudio COMMENT= Sound server for POSIX and Win32 systems LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 +NOT_FOR_PLATFORM= DragonFly-*-* + LIBTOOL_REQD= 2.4 GCC_REQD+= 4.8 -- cgit v1.2.3