summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-08 04:48:35 +0000
committerjlam <jlam>2006-06-08 04:48:35 +0000
commit707541678dbde2b310bccf8bdcab19af75ef52fa (patch)
treea52ff19221e150e0ed60f623b79f9b6c47a0cb1a /audio
parentac1176fd79a8bbcdaaa4ada79200ba6d9e562bf5 (diff)
downloadpkgsrc-707541678dbde2b310bccf8bdcab19af75ef52fa.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')
-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