Subject: CVS commit: pkgsrc/audio/jack
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2006 04:48:36
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jun  8 04:48:36 UTC 2006

Modified Files:
	pkgsrc/audio/jack: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/jack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.