mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
11 lines
369 B
Text
11 lines
369 B
Text
--- configure.ac.intermediate 2016-02-03 22:06:00 UTC
|
|
+++ configure.ac
|
|
@@ -1543,7 +1543,7 @@ AC_ARG_WITH([libedit],
|
|
LIBEDIT=`$PKGCONFIG --libs libedit`
|
|
CPPFLAGS="$CPPFLAGS `$PKGCONFIG --cflags libedit`"
|
|
else
|
|
- LIBEDIT="-ledit -lcurses"
|
|
+ LIBEDIT="-ledit -lncurses"
|
|
fi
|
|
OTHERLIBS=`echo $LIBEDIT | sed 's/-ledit//'`
|
|
AC_CHECK_LIB([edit], [el_init],
|