aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-09 10:27:01 +0800
committerobrien <obrien@FreeBSD.org>2001-12-09 10:27:01 +0800
commit8bf21c4c0d05045a5a10e2d6f56122ec52a01663 (patch)
tree37a66190b54d589770bc02d2c48d5b2db48468ee /editors
parentbd5f398b25d27dcfbfda471725388ba0f68762b6 (diff)
downloadfreebsd-ports-gnome-8bf21c4c0d05045a5a10e2d6f56122ec52a01663.tar.gz
freebsd-ports-gnome-8bf21c4c0d05045a5a10e2d6f56122ec52a01663.tar.zst
freebsd-ports-gnome-8bf21c4c0d05045a5a10e2d6f56122ec52a01663.zip
Remove -- all FreeBSD platforms link the same now.
Diffstat (limited to 'editors')
-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
-