freebsd-ports/sysutils/fcron/files/patch-m4_ax__lib__readline.m4
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
480 B
Text

--- m4/ax_lib_readline.m4.orig 2013-01-01 17:47:31 UTC
+++ m4/ax_lib_readline.m4
@@ -65,7 +65,7 @@ AC_DEFUN([AX_LIB_READLINE], [
AC_CACHE_CHECK([for a readline compatible library],
ax_cv_lib_readline, [
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"