diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-28 11:51:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-28 11:51:30 +0000 |
commit | 15e8adecbf7837c998ea1b0463a2eaff5910135d (patch) | |
tree | f3fa610b4642a6c0dd666a4bf165f2637c45e93d /audio/xine-alsa | |
parent | 793cad38f69090417524e46699d7fced486be9d8 (diff) | |
download | pkgsrc-15e8adecbf7837c998ea1b0463a2eaff5910135d.tar.gz |
request plugin build explicitely
(The configure script became semi-clever, tries to use the OS name
to decide what to build.)
Diffstat (limited to 'audio/xine-alsa')
-rw-r--r-- | audio/xine-alsa/Makefile | 3 |
1 files changed, 2 insertions, 1 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} |