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 | 039593dba4f42e82123db6c8f27c1e4f75b15296 (patch) | |
tree | d9f60629d485b12a4b71d0ed6d4d60839b0e2e95 /audio/jack | |
parent | 1527f5263a5f7253da5e9668fa0167d50c191239 (diff) | |
download | pkgsrc-039593dba4f42e82123db6c8f27c1e4f75b15296.tar.gz |
Use SET_LIBDIR with packages that want to use to lib64
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |