Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/15/2004 14:56:36
Module Name: pkgsrc
Committed By: jlam
Date: Mon Nov 15 14:56:36 UTC 2004
Modified Files:
pkgsrc/devel/readline: buildlink3.mk
pkgsrc/security/heimdal: Makefile
Log Message:
Add a new variable BROKEN_READLINE_DETECTION which should be set to
yes/no by a package Makefile, depending on whether the configure
process properly detects the additional libraries needed to link
against -lreadline (typically, you need either "-lreadline -ltermcap",
or "-lreadline -lcurses" to properly link against -lreadline). If this
variable is set to "yes", then we automatically expand "-lreadline" into
"-lreadline -l<termcap functions library>". BROKEN_READLINE_DETECTION
defaults to "no".
Set BROKEN_READLINE_DETECTION to "yes" in security/heimdal and remove
the custom logic that did the same work.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/readline/buildlink3.mk
cvs rdiff -r1.26 -r1.27 pkgsrc/security/heimdal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.