From 3b9c12a3d4f81d8562a60df6a4ec3cdae6ccadb4 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Thu, 25 Oct 2001 18:30:16 +0000 Subject: Initial checkin of xemacs-devel after xemacs21 was repo copied. Several people have requested this, so here it is. This port is intended to track the GAMMA version of the XEmacs editor. This is version is based on xemacs-21.4.4, which has a GTK binding. Note that the GTK support is buggy (at least on my system), although I haven't noticed any fatal problems, just annoying ones. There are other bugs in this version, e.g. any attempts to make font changes in the Options menu result in a Lisp error. Please do not file any PRs on XEmacs errors, the maintaine will terminate them with extreme prejudice. I haven't tested this at all on Alpha because beast won't let me in. --- editors/xemacs-devel/files/patch-aj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'editors/xemacs-devel/files/patch-aj') diff --git a/editors/xemacs-devel/files/patch-aj b/editors/xemacs-devel/files/patch-aj index ec7bc9284938..7fce08056ac7 100644 --- a/editors/xemacs-devel/files/patch-aj +++ b/editors/xemacs-devel/files/patch-aj @@ -1,6 +1,6 @@ ---- ./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 @@ +--- 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 #endif #define LD_SWITCH_SYSTEM @@ -9,11 +9,10 @@ +#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 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" -+#define UNEXEC unexelf.o #undef LIB_GCC #define LIB_GCC - -- cgit v1.2.3