summaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-18 17:12:00 +0000
committergrant <grant@pkgsrc.org>2004-12-18 17:12:00 +0000
commitc979d5aea429a787c09666be6926334c0bacc89b (patch)
tree9870ea7e3fd76d7711798b62ba4b4e4d0aa041bd /audio/libao
parent8a9e346a1ce525e0162c5b56a1b4521a3c4252ad (diff)
downloadpkgsrc-c979d5aea429a787c09666be6926334c0bacc89b.tar.gz
Darwin doesn't build liboss or libsun, but does use dlopen.
no PKGREVISION bump because it didn't build before.
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common
index 71383303964..bc0e37cea7b 100644
--- a/audio/libao/Makefile.common
+++ b/audio/libao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/11/16 14:49:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/12/18 17:12:00 grant Exp $
DISTNAME= libao-0.8.5
CATEGORIES= audio devel
@@ -32,6 +32,9 @@ PLIST_SUBST+= LIBSUN="@comment "
.elif ${OPSYS} == "Interix"
PLIST_SUBST+= LIBOSS="@comment "
PLIST_SUBST+= LIBSUN="@comment "
+.elif ${OPSYS} == "Darwin"
+PLIST_SUBST+= LIBOSS="@comment "
+PLIST_SUBST+= LIBSUN="@comment "
.else
PLIST_SUBST+= LIBOSS=""
PLIST_SUBST+= LIBSUN=""
@@ -43,4 +46,5 @@ CONFIGURE_ARGS+= --disable-arts
CONFIGURE_ARGS+= --disable-esd
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"