summaryrefslogtreecommitdiff
path: root/editors/xemacs/files/patch-aj
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /editors/xemacs/files/patch-aj
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'editors/xemacs/files/patch-aj')
-rw-r--r--editors/xemacs/files/patch-aj19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/xemacs/files/patch-aj b/editors/xemacs/files/patch-aj
deleted file mode 100644
index ec7bc9284938..000000000000
--- a/editors/xemacs/files/patch-aj
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./src/s/freebsd.h~ Sun Sep 27 09:59:20 1998
-+++ ./src/s/freebsd.h Tue Nov 2 10:25:48 1999
-@@ -54,10 +54,15 @@
- #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 LINKER "$(CC) -nostdlib"
-+#define UNEXEC unexelf.o
- #undef LIB_GCC
- #define LIB_GCC
-