summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-09 02:27:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-09 02:27:01 +0000
commit33adb33ed21060fe89d847263e9664af7318c298 (patch)
tree47525898468cdf261f52e9b138e3e426b25293d1 /editors/xemacs21
parentMaster/WWW site moved - fix URL. (diff)
Remove -- all FreeBSD platforms link the same now.
Notes
Notes: svn path=/head/; revision=51263
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/files/patch-aj19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/xemacs21/files/patch-aj b/editors/xemacs21/files/patch-aj
deleted file mode 100644
index ec7bc9284938..000000000000
--- a/editors/xemacs21/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
-