summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-23 19:29:28 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-23 19:29:28 +0000
commiteed3e482ac0282bac226d88e029a4ad98f6615e5 (patch)
tree48ce60e82f19a9f9014f19c6eac894a53059e03b /audio/pulseaudio/Makefile
parent07bb0d6a4e7ee4ab88cef077de290cb57159fafa (diff)
downloadpkgsrc-eed3e482ac0282bac226d88e029a4ad98f6615e5.tar.gz
Fix build on NetBSD 4.0.
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r--audio/pulseaudio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 9c5e2042efe..80f44928840 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/12/22 03:32:11 jmcneill Exp $
+# $NetBSD: Makefile,v 1.10 2008/12/23 19:29:28 jmcneill Exp $
#
DISTNAME= pulseaudio-0.9.13
@@ -72,6 +72,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/atomic.h)
CONFIGURE_ARGS+= --enable-netbsd-atomic-ops
.else
+CONFIGURE_ARGS+= --disable-netbsd-atomic-ops
.include "../../devel/libatomic_ops/buildlink3.mk"
.endif