pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio make this build again: keep "configure" from che...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95057bcbe26a
branches:  trunk
changeset: 522397:95057bcbe26a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Dec 08 18:48:52 2006 +0000

description:
make this build again: keep "configure" from checking for X stuff

diffstat:

 audio/xine-arts/Makefile   |  3 ++-
 audio/xine-esound/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 614a473bff30 -r 95057bcbe26a audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Fri Dec 08 18:47:41 2006 +0000
+++ b/audio/xine-arts/Makefile  Fri Dec 08 18:48:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/08/06 10:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/12/08 18:48:52 drochner Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
@@ -10,6 +10,7 @@
 DEPENDS+=      xine-lib>=1rc3a:../../multimedia/xine-lib
 
 BUILD_DIRS=    ${WRKSRC}/src/audio_out
+CONFIGURE_ARGS+= --without-x
 
 INSTALLATION_DIRS=     lib/xine/plugins/${XINE_LIB_VER}
 
diff -r 614a473bff30 -r 95057bcbe26a audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Fri Dec 08 18:47:41 2006 +0000
+++ b/audio/xine-esound/Makefile        Fri Dec 08 18:48:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/08/06 10:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/12/08 18:48:52 drochner Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
@@ -10,6 +10,7 @@
 DEPENDS+=      xine-lib>=1rc3a:../../multimedia/xine-lib
 
 BUILD_DIRS=    ${WRKSRC}/src/audio_out
+CONFIGURE_ARGS+=       --without-x
 
 INSTALLATION_DIRS=     lib/xine/plugins/${XINE_LIB_VER}
 



Home | Main Index | Thread Index | Old Index