summaryrefslogtreecommitdiff
path: root/www/lynx/files/patch-aa
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-28 10:01:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-28 10:01:32 +0000
commit2d007de5022e404e8ad62c84899d2e89c1fbdc25 (patch)
treef301208364af959f4f8d02cd41dda4a906312e88 /www/lynx/files/patch-aa
parentUpgrade to released version 1.0.2 (diff)
Upgrade to 0.56
Notes
Notes: svn path=/head/; revision=7714
Diffstat (limited to 'www/lynx/files/patch-aa')
-rw-r--r--www/lynx/files/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
deleted file mode 100644
index e217a1cbd722..000000000000
--- a/www/lynx/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
-*** configure.bak Tue Aug 19 18:41:02 1997
---- configure Fri Aug 22 11:39:33 1997
-***************
-*** 3828,3834 ****
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr()
- ; return 0; }
- EOF
- if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
---- 3828,3834 ----
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr(); tgoto()
- ; return 0; }
- EOF
- if { (eval echo configure:3835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-*** aclocal.m4.orig Tue Aug 19 18:41:02 1997
---- aclocal.m4 Fri Aug 22 11:35:53 1997
-***************
-*** 571,577 ****
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr()],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])
---- 571,577 ----
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr(); tgoto()],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])