summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ax
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-31 17:29:32 +0000
committerfrueauf <frueauf>1999-01-31 17:29:32 +0000
commit51350c819edd6d6a74950c2231915c293c6b9067 (patch)
treefcfda9fc39dacf86ef42a9b20666594103f79122 /editors/emacs/patches/patch-ax
parent9aaf532e6cacb4e1c7d8bd13378c29ad59fe75ca (diff)
downloadpkgsrc-51350c819edd6d6a74950c2231915c293c6b9067.tar.gz
Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax.
Two patches provided by Jonathan Stone.
Diffstat (limited to 'editors/emacs/patches/patch-ax')
-rw-r--r--editors/emacs/patches/patch-ax16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-ax b/editors/emacs/patches/patch-ax
new file mode 100644
index 00000000000..efb303c9536
--- /dev/null
+++ b/editors/emacs/patches/patch-ax
@@ -0,0 +1,16 @@
+$NetBSD: patch-ax,v 1.1 1999/01/31 17:29:33 frueauf Exp $
+
+--- src/m/mips.h-orig Mon Jun 23 03:49:57 1997
++++ src/m/mips.h Sat Jan 30 14:28:48 1999
+@@ -149,8 +149,10 @@
+ #define LD_SWITCH_MACHINE -D 800000
+ #define LIBS_DEBUG
+
++#if defined (__NetBSD__) || defined (__OpenBSD__)
++#else /* bsd with elf */
+ #define LINKER /bsd43/bin/ld
+-
++#endif /* bsd with elf */
+ #else /* not BSD_SYSTEM */
+
+ #if defined(__GNUC__) && defined(_ABIN32)