summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen>2006-12-27 10:33:22 +0000
committerghen <ghen>2006-12-27 10:33:22 +0000
commitc48dc5015eba867dfba9d8b311a08bf8c9495669 (patch)
tree161ad952d640d49e4144bbe752c73b43586d4eee
parent870c86e3a635233c285d4a5a66f1001f3a8867eb (diff)
downloadpkgsrc_2006Q3.tar.gz
Pullup ticket 1968 - requested by drochnerpkgsrc_2006Q3
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
-rw-r--r--audio/xine-arts/Makefile3
-rw-r--r--audio/xine-esound/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile
index 9a2d06901e6..0081c99529f 100644
--- a/audio/xine-arts/Makefile
+++ b/audio/xine-arts/Makefile
@@ -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 @@ COMMENT= The aRts audio output plugin for xine-lib
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 --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile
index aaee691aaeb..89fd13ed1e2 100644
--- a/audio/xine-esound/Makefile
+++ b/audio/xine-esound/Makefile
@@ -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 @@ COMMENT= The esound audio output plugin for xine-lib
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}