diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
commit | fcefde2f7ce274dd43c7800cd074e1a8cb66252b (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /audio | |
parent | 3044bc2a8b34982265c2e011aa2871c0465ee3d8 (diff) | |
download | pkgsrc-fcefde2f7ce274dd43c7800cd074e1a8cb66252b.tar.gz |
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 3 | ||||
-rw-r--r-- | audio/portaudio-devel/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index a1835817df0..96ac9660961 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/01/11 17:51:21 hans Exp $ +# $NetBSD: Makefile,v 1.20 2012/01/17 21:43:18 sbd Exp $ # DISTNAME= jack-audio-connection-kit-${JACK_VERSION} @@ -27,7 +27,6 @@ PKGCONFIG_OVERRIDE+= jack.pc.in PTHREAD_OPTS+= require native -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib CONFIGURE_ARGS+= --disable-alsa CONFIGURE_ARGS+= --disable-freebob CONFIGURE_ARGS+= --disable-coreaudio diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile index f5d1923386e..98bcc6199b9 100644 --- a/audio/portaudio-devel/Makefile +++ b/audio/portaudio-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/12/28 23:45:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/17 21:43:18 sbd Exp $ DISTNAME= pa_snapshot_v19 PKGNAME= portaudio-devel-20060521 @@ -18,7 +18,7 @@ NOT_FOR_PLATFORM= Interix-*-* USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/portaudio2 +GNU_CONFIGURE_LIBSUBDIR=portaudio2 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/portaudio2 CONFIGURE_ARGS+= --without-alsa LDFLAGS+= ${LIBOSSAUDIO} |