diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-26 06:34:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-26 06:34:18 +0000 |
commit | f53b9cdd600e51ea749d9bc9d6dce0704480c2bf (patch) | |
tree | d9f60629d485b12a4b71d0ed6d4d60839b0e2e95 /audio | |
parent | 7c53d3fc671b4ba059e3e77a370819186e6655a9 (diff) | |
download | pkgsrc-f53b9cdd600e51ea749d9bc9d6dce0704480c2bf.tar.gz |
Use SET_LIBDIR with packages that want to use to lib64
Diffstat (limited to 'audio')
-rw-r--r-- | audio/akode/Makefile.common | 3 | ||||
-rw-r--r-- | audio/jack/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/akode/Makefile.common b/audio/akode/Makefile.common index 0c98ffe82de..c6d314f5bce 100644 --- a/audio/akode/Makefile.common +++ b/audio/akode/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2011/02/28 14:52:39 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2012/01/26 06:34:18 sbd Exp $ # # used by audio/akode/Makefile # used by audio/akode-plugins-alsa/Makefile @@ -24,6 +24,7 @@ HOMEPAGE= http://carewolf.com/akode/ WRKSRC= ${WRKDIR}/akode-${AKODE_VERSION} GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 96ac9660961..a55158bfbd8 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/01/17 21:43:18 sbd Exp $ +# $NetBSD: Makefile,v 1.21 2012/01/26 06:34:19 sbd Exp $ # DISTNAME= jack-audio-connection-kit-${JACK_VERSION} @@ -20,6 +20,7 @@ BUILD_DEFS+= JACKD_DEFAULT_TMPDIR BUILD_DEFS+= JACKD_PROCFS_PATH GNU_CONFIGURE= yes +SET_LIBDIR= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes |