ports/sysutils/fcron/files/patch-configure
Kurt Jaeger ed81849c9f sysutils/fcron: 3.2.0 -> 3.2.1
- @-lines can now be run up to every second (previously every 10s at most)

PR:		211451
Submitted by:	bob@eager.cx (maintainer)
2016-07-30 14:22:03 +00:00

11 lines
384 B
Text

--- configure.orig 2016-06-26 17:46:37 UTC
+++ configure
@@ -5164,7 +5164,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"