summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2012-03-28 11:51:30 +0000
committerdrochner <drochner>2012-03-28 11:51:30 +0000
commit913f9431466cc88e27303867c111cafe3345f877 (patch)
treef3fa610b4642a6c0dd666a4bf165f2637c45e93d
parent088e87df947dbe1f483252e9c316047d29acf241 (diff)
downloadpkgsrc-913f9431466cc88e27303867c111cafe3345f877.tar.gz
request plugin build explicitely
(The configure script became semi-clever, tries to use the OS name to decide what to build.)
-rw-r--r--audio/xine-alsa/Makefile3
-rw-r--r--audio/xine-pulse/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/xine-alsa/Makefile b/audio/xine-alsa/Makefile
index 7924f0c0868..fba40fc8d21 100644
--- a/audio/xine-alsa/Makefile
+++ b/audio/xine-alsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/03/26 11:17:34 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2012/03/28 11:51:30 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,6 +14,7 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
CONFIGURE_ARGS+= --without-x --disable-xinerama
CONFIGURE_ARGS+= --disable-vcd
+CONFIGURE_ARGS+= --with-alsa
INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
diff --git a/audio/xine-pulse/Makefile b/audio/xine-pulse/Makefile
index a273632bf34..4d8fbf809c8 100644
--- a/audio/xine-pulse/Makefile
+++ b/audio/xine-pulse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/03/26 11:17:34 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2012/03/28 11:51:30 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,6 +14,7 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
BUILD_DIRS= ${WRKSRC}/src/audio_out
CONFIGURE_ARGS+= --without-x --disable-xinerama
CONFIGURE_ARGS+= --disable-vcd
+CONFIGURE_ARGS+= --with-pulseaudio
INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}