diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-05 14:33:21 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-05 14:33:21 +0000 |
commit | b47bf4289ca8c57b23bd37f87e3dce6d78b13843 (patch) | |
tree | 84b513a406529ed30bb78bf7834bba427334313d /editors/emacs20-dl/files/patch-cd | |
parent | Fix MASTER_SITES. (diff) |
Update to 20.7.
PR: ports/19692
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes
Notes:
svn path=/head/; revision=30235
Diffstat (limited to 'editors/emacs20-dl/files/patch-cd')
-rw-r--r-- | editors/emacs20-dl/files/patch-cd | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/editors/emacs20-dl/files/patch-cd b/editors/emacs20-dl/files/patch-cd index 9792250f67b9..bd0d3fe516a2 100644 --- a/editors/emacs20-dl/files/patch-cd +++ b/editors/emacs20-dl/files/patch-cd @@ -1,5 +1,5 @@ ---- src/config.in.orig Sat Nov 21 09:00:30 1998 -+++ src/config.in Sat Nov 21 09:00:58 1998 +--- src/config.in.orig Mon Jun 26 19:06:49 2000 ++++ src/config.in Mon Jun 26 19:07:38 2000 @@ -118,6 +118,9 @@ /* Define to support using a Hesiod database to find the POP server. */ #undef HESIOD @@ -10,3 +10,11 @@ /* Some things figured out by the configure script, grouped as they are in configure.in. */ #ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ +@@ -236,6 +239,7 @@ + #undef HAVE_STRFTIME + #undef HAVE_GRANTPT + #undef HAVE_GETPT ++#undef HAVE_GETADDRINFO + + #undef LOCALTIME_CACHE + #undef HAVE_INET_SOCKETS |