aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20/files/patch-cb')
-rw-r--r--editors/emacs20/files/patch-cb24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/emacs20/files/patch-cb b/editors/emacs20/files/patch-cb
deleted file mode 100644
index e0f8e199020e..000000000000
--- a/editors/emacs20/files/patch-cb
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/s/freebsd.h.orig Tue May 2 21:29:10 2000
-+++ src/s/freebsd.h Sun Jan 12 01:06:02 2003
-@@ -56,9 +56,20 @@
- #ifdef __ELF__
-
- #define LD_SWITCH_SYSTEM
-+
-+#if __FreeBSD_version >= 500000
-+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
-+#endif
-+
-+#ifdef __alpha__
-+#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crtbegin.o
-+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
-+#else
- #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o
--#define UNEXEC unexelf.o
- #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o
-+#endif
-+
-+#define UNEXEC unexelf.o
- #undef LIB_GCC
- #define LIB_GCC
-