summaryrefslogtreecommitdiff
path: root/editors/emacs20-dl/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20-dl/files')
-rw-r--r--editors/emacs20-dl/files/patch-cb13
-rw-r--r--editors/emacs20-dl/files/patch-cc16
2 files changed, 10 insertions, 19 deletions
diff --git a/editors/emacs20-dl/files/patch-cb b/editors/emacs20-dl/files/patch-cb
index d5ae46309f02..28e6f9f1ae15 100644
--- a/editors/emacs20-dl/files/patch-cb
+++ b/editors/emacs20-dl/files/patch-cb
@@ -1,5 +1,5 @@
---- src/s/freebsd.h.orig Wed Aug 19 16:25:36 1998
-+++ src/s/freebsd.h Fri Feb 12 22:27:28 1999
+--- src/s/freebsd.h.orig Tue Apr 13 03:22:12 1999
++++ src/s/freebsd.h Sat Jul 24 01:30:10 1999
@@ -45,6 +45,13 @@
#define LIBS_SYSTEM -lutil
#define LIBS_TERMCAP -ltermcap
@@ -32,12 +32,3 @@
#undef LIB_GCC
#define LIB_GCC
-@@ -109,6 +123,8 @@
- #define BSD_SYSTEM 199306
- #elif __FreeBSD__ == 3
- #define BSD_SYSTEM 199506
-+#elif __FreeBSD__ == 4
-+#define BSD_SYSTEM 199901
- #endif
-
- #define WAITTYPE int
diff --git a/editors/emacs20-dl/files/patch-cc b/editors/emacs20-dl/files/patch-cc
index acc21ccdc46f..f643112fc00d 100644
--- a/editors/emacs20-dl/files/patch-cc
+++ b/editors/emacs20-dl/files/patch-cc
@@ -1,16 +1,16 @@
---- configure.in.orig Wed Jul 1 07:15:05 1998
-+++ configure.in Sun Jan 3 21:44:02 1999
-@@ -57,6 +57,9 @@
- AC_ARG_WITH(gssapi,
- [ --with-gssapi support GSSAPI-authenticated POP],
- [AC_DEFINE(GSSAPI)])
+--- configure.in.orig Sun May 30 04:26:03 1999
++++ configure.in Sat Jul 24 01:33:18 1999
+@@ -42,6 +42,9 @@
+ AC_ARG_WITH(hesiod,
+ [ --with-hesiod support Hesiod to get the POP server host],
+ [AC_DEFINE(HESIOD)])
+AC_ARG_WITH(xpg4,
+[ --with-xpg4 support XPG4 library on FreeBSD system],
+[AC_DEFINE(USE_XPG)])
dnl This should be the last --with option, because --with-x is
dnl added later on when we find the path of X, and it's best to
dnl keep them together visually.
-@@ -162,6 +165,15 @@
+@@ -147,6 +150,15 @@
machine='' opsys='' unported=no
case "${canonical}" in
@@ -26,7 +26,7 @@
## NetBSD ports
*-*-netbsd* )
opsys=netbsd
-@@ -939,7 +951,6 @@
+@@ -943,7 +955,6 @@
;;
*-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;