summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2001-12-09 10:31:32 +0000
committerGary Jennejohn <gj@FreeBSD.org>2001-12-09 10:31:32 +0000
commite9418b6c1a422de40840554ba3781c0121147564 (patch)
tree36c6fefcfb79fce5ca63ec3777eee2639f66c7f4 /editors/xemacs
parentNew port: jis2gb (diff)
Since obrien deleted patch-aj from xemacs21, I guess it isn't needed
here either.
Notes
Notes: svn path=/head/; revision=51288
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/files/patch-aj18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/xemacs/files/patch-aj b/editors/xemacs/files/patch-aj
deleted file mode 100644
index 7fce08056ac7..000000000000
--- a/editors/xemacs/files/patch-aj
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/s/freebsd.h.orig Thu Apr 12 20:24:42 2001
-+++ src/s/freebsd.h Sun Oct 7 23:31:09 2001
-@@ -56,9 +56,14 @@
- #include <stddef.h>
- #endif
- #define LD_SWITCH_SYSTEM
-+#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"
- #define LINKER "$(CC) -nostdlib"
- #undef LIB_GCC
- #define LIB_GCC