summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorahoka <ahoka>2008-12-20 16:50:38 +0000
committerahoka <ahoka>2008-12-20 16:50:38 +0000
commitcbe8b8d68bbe7b2d6e69ff6726e8ab1e642fbd96 (patch)
tree542a8d30fa870757c2857458e7556bfcf1af89b3 /audio
parenta519069e16fe803343cfd1f681e4fed6d0ec9dcc (diff)
downloadpkgsrc-cbe8b8d68bbe7b2d6e69ff6726e8ab1e642fbd96.tar.gz
Of course I meant /usr/include instead of /include...
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 54159a9c482..3531eef0346 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/12/20 16:10:25 ahoka Exp $
+# $NetBSD: Makefile,v 1.5 2008/12/20 16:50:38 ahoka Exp $
#
DISTNAME= pulseaudio-0.9.13
@@ -64,7 +64,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
# Needs libatomic_ops if the compiler is not >=GCC4.1
# We can use native atomic operation on 5.0 and newer.
#
-.if exists(/include/sys/atomic.h) # NetBSD >=5.0
+.if exists(/usr/include/sys/atomic.h) # NetBSD >=5.0
CONFIGURE_ARGS+= --enable-netbsd-atomic-ops
.else # NetBSD <5.0 and other OS
. include "../../mk/compiler.mk"