diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-05-30 11:55:35 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-05-30 11:55:35 +0000 |
commit | 98b2775b270a0b2fe1de513990a4455046abb619 (patch) | |
tree | 90655fedd73bddf50ea74c68296df5dd92e334fe /sysutils/screen/files/patch-ad | |
parent | - chase libcdio bump (diff) |
Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to a
missing prototype.
Submitted by: ru
Notes
Notes:
svn path=/head/; revision=163962
Diffstat (limited to 'sysutils/screen/files/patch-ad')
-rw-r--r-- | sysutils/screen/files/patch-ad | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/screen/files/patch-ad b/sysutils/screen/files/patch-ad index 8e5a4af1448b..a5a9dd9fa1fa 100644 --- a/sysutils/screen/files/patch-ad +++ b/sysutils/screen/files/patch-ad @@ -1,5 +1,5 @@ ---- configure.orig Mon Jan 26 15:55:18 2004 -+++ configure Mon Jan 26 15:58:50 2004 +--- configure.orig Fri Dec 5 15:46:53 2003 ++++ configure Sat Mar 4 10:18:24 2006 @@ -4746,48 +4746,6 @@ sed 's/^/| /' conftest.$ac_ext >&5 @@ -58,16 +58,17 @@ if test "$cross_compiling" = yes; then { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling -@@ -4927,7 +4883,7 @@ +@@ -4927,7 +4883,8 @@ main() { - exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1); ++ char *tgoto(const char *, int, int); + exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1); } _ACEOF rm -f conftest$ac_exeext -@@ -5314,18 +5270,15 @@ +@@ -5314,18 +5271,15 @@ fi rm -f conftest* |