diff options
author | tv <tv@pkgsrc.org> | 1998-10-04 13:39:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-04 13:39:29 +0000 |
commit | 61f0fa242d25254d0726a07fcf82d5cf8b95e96c (patch) | |
tree | 43d84df2ff25dd4cd74be0159e69b88b89d0e44b /devel | |
parent | 2a93181215e61c51f5b6a88e0e2c7ce9a3af3961 (diff) | |
download | pkgsrc-61f0fa242d25254d0726a07fcf82d5cf8b95e96c.tar.gz |
Force use of termcap, as this does not depend on ncurses.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/patches/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libslang/patches/patch-ab b/devel/libslang/patches/patch-ab new file mode 100644 index 00000000000..28d723f32c4 --- /dev/null +++ b/devel/libslang/patches/patch-ab @@ -0,0 +1,20 @@ +--- configure.orig Sun Oct 4 09:26:00 1998 ++++ configure Sun Oct 4 09:26:17 1998 +@@ -1386,17 +1386,6 @@ + + TERMCAP=-ltermcap + +-echo $ac_n "checking for Terminfo""... $ac_c" 1>&6 +-echo "configure:1391: checking for Terminfo" >&5 +-for terminfo_dir in $JD_Terminfo_Dirs +-do +- if test -d $terminfo_dir +- then +- echo "$ac_t""yes" 1>&6 +- TERMCAP="" +- break +- fi +-done + if test "$TERMCAP"; then + echo "$ac_t""no" 1>&6 + cat >> confdefs.h <<\EOF |