summaryrefslogtreecommitdiff
path: root/news/tin/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-02 12:34:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-02 12:34:12 +0000
commitea02172c257fe0c935435cff9abaec8990b934af (patch)
tree62b5173d31dade2721abcb343c7dcb00fdfe07bd /news/tin/files
parentList makedepend in BUILD_DEPENDS. (diff)
Upgrade to 970901
Notes
Notes: svn path=/head/; revision=7753
Diffstat (limited to 'news/tin/files')
-rw-r--r--news/tin/files/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
index da982cd76af1..983312169a7c 100644
--- a/news/tin/files/patch-aa
+++ b/news/tin/files/patch-aa
@@ -1,41 +1,3 @@
-*** aclocal.m4.bak Mon Aug 25 12:04:06 1997
---- aclocal.m4 Thu Aug 28 15:10:03 1997
-***************
-*** 667,673 ****
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr()],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])
---- 667,673 ----
- fi
- done
- AC_TRY_LINK([#include <$cf_cv_ncurses_header>],
-! [initscr(); tgoto((char *)0, 0, 0);],
- [AC_MSG_RESULT(yes)],
- [AC_MSG_RESULT(no)
- LIBS="$cf_ncurses_SAVE"])
-*** configure.bak Mon Aug 25 12:08:13 1997
---- configure Thu Aug 28 15:10:03 1997
-***************
-*** 2822,2828 ****
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr()
- ; return 0; }
- EOF
- if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
---- 2822,2828 ----
- #include "confdefs.h"
- #include <$cf_cv_ncurses_header>
- int main() {
-! initscr(); tgoto((char *)0, 0, 0);
- ; return 0; }
- EOF
- if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
*** ./include/autoconf.hin.orig Mon Aug 25 14:34:35 1997
--- ./include/autoconf.hin Thu Aug 28 14:59:58 1997
***************