pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmp Use esound on Interix too. (However, still ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b4712405dcb
branches:  trunk
changeset: 501927:4b4712405dcb
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 16:52:39 2005 +0000

description:
Use esound on Interix too.  (However, still depends on XShm, which Interix
lacks, so doesn't build yet.)

diffstat:

 audio/xmp/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r e57a10ba47db -r 4b4712405dcb audio/xmp/Makefile
--- a/audio/xmp/Makefile        Mon Oct 31 16:47:15 2005 +0000
+++ b/audio/xmp/Makefile        Mon Oct 31 16:52:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:40 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/10/31 16:52:39 tv Exp $
 
 DISTNAME=      xmp-2.0.4
 PKGREVISION=   2
@@ -25,14 +25,13 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Darwin"
-# XMP has no native Darwin support, so make it use the esound backend
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
+# No native support for these OS's, so use esound for audio output
 .include "../../audio/esound/buildlink3.mk"
 .endif
 
-.include "../../mk/x11.buildlink3.mk"
-
 pre-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
 
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index