pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/audio Pullup ticket 1968 - requested by drochner



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfa944ebc3ad
branches:  pkgsrc-2006Q3
changeset: 519280:bfa944ebc3ad
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Dec 27 10:33:22 2006 +0000

description:
Pullup ticket 1968 - requested by drochner
build fix for xine plugins

- pkgsrc/audio/xine-arts/Makefile               1.23
- pkgsrc/audio/xine-esound/Makefile             1.19

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Dec  8 18:48:52 UTC 2006

   Modified Files:
        pkgsrc/audio/xine-arts: Makefile
        pkgsrc/audio/xine-esound: Makefile

   Log Message:
   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 9e402303792b -r bfa944ebc3ad audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Sat Dec 23 04:46:04 2006 +0000
+++ b/audio/xine-arts/Makefile  Wed Dec 27 10:33:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/08/06 10:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2006/12/27 10:33:22 ghen 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 9e402303792b -r bfa944ebc3ad audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Sat Dec 23 04:46:04 2006 +0000
+++ b/audio/xine-esound/Makefile        Wed Dec 27 10:33:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/08/06 10:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.18.2.1 2006/12/27 10:33:22 ghen 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