aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>2001-12-09 18:31:32 +0800
committergj <gj@FreeBSD.org>2001-12-09 18:31:32 +0800
commit41f899c7cd2a77daa69ab3548e905829f382aed7 (patch)
tree799de18903835184adb13eda2d86ecb61afa4372 /editors/xemacs
parenta55f967081f1c1f623e349f959a2df7b0da67b66 (diff)
downloadfreebsd-ports-gnome-41f899c7cd2a77daa69ab3548e905829f382aed7.tar.gz
freebsd-ports-gnome-41f899c7cd2a77daa69ab3548e905829f382aed7.tar.zst
freebsd-ports-gnome-41f899c7cd2a77daa69ab3548e905829f382aed7.zip
Since obrien deleted patch-aj from xemacs21, I guess it isn't needed
here either.
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