mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
11 lines
356 B
Text
11 lines
356 B
Text
--- configure.orig 2005-01-24 06:35:15 UTC
|
|
+++ configure
|
|
@@ -1766,7 +1766,7 @@ else
|
|
cat conftest.$ac_ext >&5
|
|
fi
|
|
rm -f conftest*
|
|
-test "$ac_cv_search_tgetent" = "no" && for i in termcap curses; do
|
|
+test "$ac_cv_search_tgetent" = "no" && for i in ncurses; do
|
|
LIBS="-l$i $ac_func_search_save_LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 1773 "configure"
|