diff options
author | drochner <drochner@pkgsrc.org> | 2007-06-15 18:29:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-06-15 18:29:17 +0000 |
commit | 03b1b08db0db94d7b39b90be34f31af17c49945c (patch) | |
tree | ac63bb333b2e3e7c119cc079085d384f013b4af6 /audio | |
parent | d21ed848d412420c561b00608f8c8bbc7b45e2d6 (diff) | |
download | pkgsrc-03b1b08db0db94d7b39b90be34f31af17c49945c.tar.gz |
xine-1.1.7 doesn't want to build the arts plugin unless told so
explicitely -- add a command line switch
(possibly kdemultimedia doesn't need it anymore?)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index a9a23d070d4..6de39c1d5e6 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/12/08 18:48:52 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2007/06/15 18:29:17 drochner 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+= --with-arts CONFIGURE_ARGS+= --without-x INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER} |