summaryrefslogtreecommitdiff
path: root/news/tin/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-11 11:13:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-11 11:13:54 +0000
commite5daca68866275474e6738fdb8e501d4aee92ddd (patch)
tree34799cd2493388c947f0322512af144b3efd0f1e /news/tin/files
parentremove hack uu.h -> uudeview.h, I alredy fix uulib (diff)
fix configure mistakes
use uulib
Notes
Notes: svn path=/head/; revision=16614
Diffstat (limited to 'news/tin/files')
-rw-r--r--news/tin/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/news/tin/files/patch-ab b/news/tin/files/patch-ab
new file mode 100644
index 000000000000..79afa15ef3f6
--- /dev/null
+++ b/news/tin/files/patch-ab
@@ -0,0 +1,19 @@
+--- configure.bak Fri Aug 7 23:28:32 1998
++++ configure Thu Feb 11 11:37:53 1999
+@@ -5963,6 +5963,7 @@
+ if test $found_tcap != yes ; then
+ case $host_os in #(vi
+ freebsd*)
++if test "${with_ncurses+set}" = set; then
+ # This is only necessary if you are linking against an
+ # obsolete version of ncurses (but it should do no
+ # harm, since it's static).
+@@ -6005,7 +6006,7 @@
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+-
++ fi
+ ;;
+ esac
+ fi