summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsbd <sbd>2012-01-17 21:43:18 +0000
committersbd <sbd>2012-01-17 21:43:18 +0000
commitbf561b6d1daa85a739d0ec401e819861da1b73ca (patch)
tree4b997cf4a9b1df8a721e0a83c9559bd76663d532 /audio
parent63eaac20173a75468f2a46d9dbd2b647626d4b4e (diff)
downloadpkgsrc-bf561b6d1daa85a739d0ec401e819861da1b73ca.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/Makefile3
-rw-r--r--audio/portaudio-devel/Makefile4
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}