diff options
author | ache <ache@FreeBSD.org> | 1997-08-22 15:57:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-22 15:57:02 +0800 |
commit | 04c20d8ed9367889466ef10c3d8056bdf0f7470c (patch) | |
tree | df93961fffbfc0f5b07e67513b6bc644310c37cf /www/lynx/files | |
parent | 83c4bec5cf8c8ea0e9c7cca4a43c3e400f3aa591 (diff) | |
download | freebsd-ports-gnome-04c20d8ed9367889466ef10c3d8056bdf0f7470c.tar.gz freebsd-ports-gnome-04c20d8ed9367889466ef10c3d8056bdf0f7470c.tar.zst freebsd-ports-gnome-04c20d8ed9367889466ef10c3d8056bdf0f7470c.zip |
Upgrade to 0.55
Diffstat (limited to 'www/lynx/files')
-rw-r--r-- | www/lynx/files/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa new file mode 100644 index 000000000000..e217a1cbd722 --- /dev/null +++ b/www/lynx/files/patch-aa @@ -0,0 +1,38 @@ +*** 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"]) |