pkgsrc/editors/emacs/patches/patch-ax
frueauf df5d5057c2 Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax.
Two patches provided by Jonathan Stone.
1999-01-31 17:29:32 +00:00

16 lines
440 B
Text

$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)