summaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-cb
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-22 21:56:21 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-22 21:56:21 +0000
commitc1c1b2fca0cc9ec6910d9cac626b2e065f1be291 (patch)
treed7109bd5df5154255a7bca324cbd25f382a87df5 /editors/emacs20/files/patch-cb
parentDrop maintainership. (diff)
Tidy up Makefile: double negative condition check si not good.
PR: 23504 Submitted by: Giorgos Keramidas <keramida@westgate.gr> remove xpg4 hack and process it through autoconf.
Notes
Notes: svn path=/head/; revision=48090
Diffstat (limited to 'editors/emacs20/files/patch-cb')
-rw-r--r--editors/emacs20/files/patch-cb24
1 files changed, 2 insertions, 22 deletions
diff --git a/editors/emacs20/files/patch-cb b/editors/emacs20/files/patch-cb
index 5a37edcb5321..1055af6e5583 100644
--- a/editors/emacs20/files/patch-cb
+++ b/editors/emacs20/files/patch-cb
@@ -1,26 +1,6 @@
--- src/s/freebsd.h.orig Tue May 2 21:29:10 2000
-+++ src/s/freebsd.h Sat Jul 1 20:17:45 2000
-@@ -41,8 +41,18 @@
-
- #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
-
-+/* Use XPG4 Library for FreeBSD */
-+#define LIBS_XPG
-+#if (__FreeBSD_version >= 220000 && __FreeBSD_version < 400020) \
-+ || (__FreeBSD_version >= 500000 && __FreeBSD_version < 500005)
-+#ifdef USE_XPG
-+#undef LIBS_XPG
-+#define LIBS_XPG -lxpg4
-+#endif
-+#endif
-+
- #define LIBS_DEBUG
--#define LIBS_SYSTEM -lutil
-+#define LIBS_SYSTEM -lutil LIBS_XPG
- #if __FreeBSD_version < 400000
- #define LIBS_TERMCAP -ltermcap
- #endif
-@@ -56,9 +66,16 @@
++++ src/s/freebsd.h Sun Sep 23 05:30:49 2001
+@@ -56,9 +56,16 @@
#ifdef __ELF__
#define LD_SWITCH_SYSTEM