summaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-08 04:48:35 +0000
committerjlam <jlam@pkgsrc.org>2006-06-08 04:48:35 +0000
commit55d685ec79f0f68d95df901165a252978efc4521 (patch)
treea52ff19221e150e0ed60f623b79f9b6c47a0cb1a /audio/jack
parentfdec110c41f29543a03679c8c718b1f6321520e2 (diff)
downloadpkgsrc-55d685ec79f0f68d95df901165a252978efc4521.tar.gz
The jack configure script has a bogus check to try to find the "real"
readline library by looking for <readline/chardefs.h>. However, the jack_transport sources only use the basic readline functionality that is already supported by editline. Fix this situation lying to the configure script and pretending that editline is readline by forcing the chardefs.h header to be "found". This fixes the breakage in krister's bulk build from 2006-05-28.
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 0140ac88275..3c872a4074a 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/05/18 20:29:58 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/08 04:48:35 jlam Exp $
#
DISTNAME= jack-audio-connection-kit-0.100.0
@@ -17,6 +17,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_header_readline_chardefs_h=yes
PKGCONFIG_OVERRIDE+= jack.pc.in