summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-12 14:33:58 +0000
committertv <tv@pkgsrc.org>2004-10-12 14:33:58 +0000
commit49a12818c27223eb1d9b9f6e536569a217455fdb (patch)
treedf91af90bc8f557ce4e9d1e12f2fd7496cda87d0 /audio
parent0a4331633bdb7f9a8487aaecadcfd3f917505f2b (diff)
downloadpkgsrc-49a12818c27223eb1d9b9f6e536569a217455fdb.tar.gz
Make work on Interix. (Its base libao has no direct audio drivers; a
plugin such as libao-esound is required.)
Diffstat (limited to 'audio')
-rw-r--r--audio/libao/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common
index 6e2f04a92e0..3ab3a0a3d06 100644
--- a/audio/libao/Makefile.common
+++ b/audio/libao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2004/04/22 12:29:35 wiz Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/10/12 14:33:58 tv Exp $
DISTNAME= libao-0.8.4
CATEGORIES= audio devel
@@ -28,6 +28,9 @@ PLIST_SUBST+= LIBSUN=""
.elif ${OPSYS} == "Linux" && empty(MACHINE_PLATFORM:MLinux-*-sparc*)
PLIST_SUBST+= LIBOSS=""
PLIST_SUBST+= LIBSUN="@comment "
+.elif ${OPSYS} == "Interix"
+PLIST_SUBST+= LIBOSS="@comment "
+PLIST_SUBST+= LIBSUN="@comment "
.else
PLIST_SUBST+= LIBOSS=""
PLIST_SUBST+= LIBSUN=""