summaryrefslogtreecommitdiffstats
path: root/editors/emacs20/files/patch-cb
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-23 14:28:28 +0000
committersimokawa <simokawa@FreeBSD.org>1999-01-23 14:28:28 +0000
commit03e64bbe930d451acfe187a3f65a503a72bb6a69 (patch)
tree5d14b0b1226fb7b3f626ffff77beafa6a5c23ff5 /editors/emacs20/files/patch-cb
parent19c57c41e3cc5477d5b7e438a96110b863e5013b (diff)
downloadFreeBSD-ports-03e64bbe930d451acfe187a3f65a503a72bb6a69.zip
FreeBSD-ports-03e64bbe930d451acfe187a3f65a503a72bb6a69.tar.gz
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Diffstat (limited to 'editors/emacs20/files/patch-cb')
-rw-r--r--editors/emacs20/files/patch-cb22
1 files changed, 20 insertions, 2 deletions
diff --git a/editors/emacs20/files/patch-cb b/editors/emacs20/files/patch-cb
index fe5f967..d1877ed 100644
--- a/editors/emacs20/files/patch-cb
+++ b/editors/emacs20/files/patch-cb
@@ -1,5 +1,5 @@
---- src/s/freebsd.h.orig Wed Nov 11 21:22:03 1998
-+++ src/s/freebsd.h Wed Nov 11 21:52:19 1998
+--- src/s/freebsd.h.orig Wed Aug 19 16:25:36 1998
++++ src/s/freebsd.h Sun Jan 3 20:56:02 1999
@@ -45,6 +45,13 @@
#define LIBS_SYSTEM -lutil
#define LIBS_TERMCAP -ltermcap
@@ -14,3 +14,21 @@
#define SYSV_SYSTEM_DIR
/* freebsd has POSIX-style pgrp behavior. */
+@@ -54,9 +61,16 @@
+ #ifdef __ELF__
+
+ #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
+ #undef LIB_GCC
+ #define LIB_GCC
+
OpenPOWER on IntegriCloud