summaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-26 06:34:18 +0000
committersbd <sbd@pkgsrc.org>2012-01-26 06:34:18 +0000
commitf53b9cdd600e51ea749d9bc9d6dce0704480c2bf (patch)
treed9f60629d485b12a4b71d0ed6d4d60839b0e2e95 /audio/jack
parent7c53d3fc671b4ba059e3e77a370819186e6655a9 (diff)
downloadpkgsrc-f53b9cdd600e51ea749d9bc9d6dce0704480c2bf.tar.gz
Use SET_LIBDIR with packages that want to use to lib64
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile3
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