pkgsrc/devel/readline
jlam 1085bc0ee0 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.
2004-11-15 14:56:36 +00:00
..
patches Update devel/readline to 5.0. Changes from version 4.3 include: 2004-11-14 06:16:49 +00:00
buildlink3.mk Add a new variable BROKEN_READLINE_DETECTION which should be set to 2004-11-15 14:56:36 +00:00
builtin.mk Add Interix-*-* to _INCOMPAT_READLINE because libedit of Interix doesn't 2004-10-16 17:13:34 +00:00
DESCR Update devel/readline to 5.0. Changes from version 4.3 include: 2004-11-14 06:16:49 +00:00
distinfo Update devel/readline to 5.0. Changes from version 4.3 include: 2004-11-14 06:16:49 +00:00
Makefile Update devel/readline to 5.0. Changes from version 4.3 include: 2004-11-14 06:16:49 +00:00
PLIST Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 2004-09-22 08:09:14 +00:00