freebsd-ports/sysutils/fcron/files/patch-configure
Kurt Jaeger 1eaca4435a sysutils/fcron: 3.0.6 -> 3.2.0
Changes:
  http://fcron.free.fr/doc/en/changes.html
- updated maintainer mail

PR:		209139
Submitted by:	bob@eager.cx (maintainer)
2016-05-08 09:33:26 +00:00

11 lines
384 B
Text

--- configure.orig 2014-07-06 10:05:56 UTC
+++ configure
@@ -5153,7 +5153,7 @@ if ${ax_cv_lib_readline+:} false; then :
else
ORIG_LIBS="$LIBS"
- for readline_lib in readline edit editline; do
+ for readline_lib in readline editline; do
for termcap_lib in "" termcap curses ncurses; do
if test -z "$termcap_lib"; then
TRY_LIB="-l$readline_lib"