diff options
author | tv <tv@pkgsrc.org> | 2004-10-12 14:33:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-12 14:33:58 +0000 |
commit | c7343023fb23f57287c6d9ec4f2b26aff484516a (patch) | |
tree | df91af90bc8f557ce4e9d1e12f2fd7496cda87d0 /audio/libao | |
parent | 543ea49b5ee1760b26c1fe25ef25902db83ba2e0 (diff) | |
download | pkgsrc-c7343023fb23f57287c6d9ec4f2b26aff484516a.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/libao')
-rw-r--r-- | audio/libao/Makefile.common | 5 |
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="" |