pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libao Make work on Interix. (Its base libao has...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb621e301c35
branches:  trunk
changeset: 481788:bb621e301c35
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Oct 12 14:33:58 2004 +0000

description:
Make work on Interix.  (Its base libao has no direct audio drivers; a
plugin such as libao-esound is required.)

diffstat:

 audio/libao/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6d6ad249f9d3 -r bb621e301c35 audio/libao/Makefile.common
--- a/audio/libao/Makefile.common       Tue Oct 12 13:58:22 2004 +0000
+++ b/audio/libao/Makefile.common       Tue Oct 12 14:33:58 2004 +0000
@@ -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 @@
 .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=""



Home | Main Index | Thread Index | Old Index