summaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-cc
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>2000-07-30 03:45:10 +0000
committerJustin M. Seger <jseger@FreeBSD.org>2000-07-30 03:45:10 +0000
commit348a8f1b9d9507ea13c2490d6a12aa5d0b6b5a2a (patch)
tree4dab324ff31b0c943ada9bada7f277349077933c /editors/emacs20/files/patch-cc
parentActivate BibleReader. (diff)
patch-ai, patch-an, patch-cg: Regenerated for emacs-20.7.
patch-cc (configure.in): Merged with patch-ch. patch-af (src/unexfreebsd.c): Removed. Not used by this port. patch-ca (src/Makefile.in): Removed. 5-CURRENT's and 4-STABLE's libtermcap -> libncurses symbolic link issues are now well handled by vendor's src/s/freebsd.h. Moved LIBS_XPG changes to patch-cb. patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7. Update the conditional of enclosing the USE_XPG check so as not to link libxpg4 on recently 5-CURRENT and 4-STABLE after the merge of libxpg4 into libc. Added LIBS_XPG to LIBS_SYSTEM. PR: ports/19653 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes
Notes: svn path=/head/; revision=31124
Diffstat (limited to 'editors/emacs20/files/patch-cc')
-rw-r--r--editors/emacs20/files/patch-cc15
1 files changed, 12 insertions, 3 deletions
diff --git a/editors/emacs20/files/patch-cc b/editors/emacs20/files/patch-cc
index f643112fc00d..cc565bb5cd40 100644
--- a/editors/emacs20/files/patch-cc
+++ b/editors/emacs20/files/patch-cc
@@ -1,5 +1,5 @@
---- configure.in.orig Sun May 30 04:26:03 1999
-+++ configure.in Sat Jul 24 01:33:18 1999
+--- configure.in.orig Tue Jun 6 00:42:49 2000
++++ configure.in Sat Jul 1 20:46:31 2000
@@ -42,6 +42,9 @@
AC_ARG_WITH(hesiod,
[ --with-hesiod support Hesiod to get the POP server host],
@@ -26,7 +26,7 @@
## NetBSD ports
*-*-netbsd* )
opsys=netbsd
-@@ -943,7 +955,6 @@
+@@ -958,7 +970,6 @@
;;
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;
@@ -34,3 +34,12 @@
*-nextstep* ) opsys=nextstep ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
+@@ -1639,7 +1650,7 @@
+ rename closedir mkdir rmdir sysinfo \
+ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
+ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
+-utimes setrlimit setpgid getcwd shutdown strftime)
++utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo)
+
+ # UNIX98 PTYs.
+ AC_CHECK_FUNCS(grantpt)