diff options
author | ache <ache@FreeBSD.org> | 1999-01-29 07:10:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-01-29 07:10:18 +0800 |
commit | 1208e132b9c94a0754f8cfdf4beed5a36f9417c8 (patch) | |
tree | e50df20b1a076c56dd75fd1f0854463c906ed867 /security | |
parent | b8f0f109c673625dcb67135e5f51f2f3ef930fa8 (diff) | |
download | freebsd-ports-gnome-1208e132b9c94a0754f8cfdf4beed5a36f9417c8.tar.gz freebsd-ports-gnome-1208e132b9c94a0754f8cfdf4beed5a36f9417c8.tar.zst freebsd-ports-gnome-1208e132b9c94a0754f8cfdf4beed5a36f9417c8.zip |
remove curses bloat
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh2/files/patch-ag | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/ssh2/files/patch-ag b/security/ssh2/files/patch-ag new file mode 100644 index 000000000000..8cbc44ea170b --- /dev/null +++ b/security/ssh2/files/patch-ag @@ -0,0 +1,20 @@ +--- configure.orig Mon Nov 16 15:24:41 1998 ++++ configure Fri Jan 29 00:24:27 1999 +@@ -4825,7 +4825,7 @@ + char tgetent(); + + int main() { +-tgetent() ++XXXtgetent() + ; return 0; } + EOF + if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +@@ -4855,7 +4855,7 @@ + echo "$ac_t""no" 1>&6 + fi + +-for ac_hdr in termcap.h term.h curses.h termios.h termio.h ++for ac_hdr in termcap.h termios.h termio.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |