pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/wsoundserver Use esound on Interix for audio out...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8cc5004d30f
branches: trunk
changeset: 501923:d8cc5004d30f
user: tv <tv%pkgsrc.org@localhost>
date: Mon Oct 31 16:43:05 2005 +0000
description:
Use esound on Interix for audio output.
diffstat:
audio/wsoundserver/Makefile | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r de1f94723ade -r d8cc5004d30f audio/wsoundserver/Makefile
--- a/audio/wsoundserver/Makefile Mon Oct 31 16:37:24 2005 +0000
+++ b/audio/wsoundserver/Makefile Mon Oct 31 16:43:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/24 13:57:50 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/31 16:43:05 tv Exp $
#
DISTNAME= WSoundServer-0.4.0
@@ -38,9 +38,17 @@
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/WMSound ${EGDIR}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Interix"
+. include "../../audio/esound/buildlink3.mk"
+CONFIGURE_FLAGS+= --enable-esound
+.else
+. include "../../mk/ossaudio.buildlink3.mk"
+.endif
+
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../devel/libdockapp/buildlink3.mk"
.include "../../devel/libproplist/buildlink3.mk"
.include "../../wm/windowmaker/buildlink3.mk"
-.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index