diff options
author | ache <ache@FreeBSD.org> | 1999-02-11 19:13:54 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-11 19:13:54 +0800 |
commit | 89c79805521bafc92ad70261b1a115b47737d317 (patch) | |
tree | 74a9c50df95b08c693b3556cd6251255f2800b31 /news/tin/files/patch-ab | |
parent | 25e2e0d7c097e7db0736d708bd2d6e620de9425f (diff) | |
download | freebsd-ports-graphics-89c79805521bafc92ad70261b1a115b47737d317.tar.gz freebsd-ports-graphics-89c79805521bafc92ad70261b1a115b47737d317.tar.zst freebsd-ports-graphics-89c79805521bafc92ad70261b1a115b47737d317.zip |
fix configure mistakes
use uulib
Diffstat (limited to 'news/tin/files/patch-ab')
-rw-r--r-- | news/tin/files/patch-ab | 19 |
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 00000000000..79afa15ef3f --- /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 |