pkgsrc/editors/mule/patches/patch-bc
wiz f09aca0657 Regen patches in diff -u format.
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01 18:13:24 +00:00

34 lines
815 B
Text

$NetBSD: patch-bc,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- src/m/alpha.h.orig 1995-02-17 08:47:36.000000000 +0100
+++ src/m/alpha.h
@@ -108,7 +108,9 @@ NOTE-START
in the file alloca.s should be used. */
#define HAVE_ALLOCA
+#ifndef __NetBSD__
#define SYSTEM_MALLOC
+#endif
/* Define NO_REMAP if memory segmentation makes it not work well
to change the boundary between the text section and data section
@@ -134,7 +136,9 @@ NOTE-START
#define START_FILES pre-crt0.o
+#ifndef __NetBSD__
#define UNEXEC unexmips.o
+#endif
#define PNTR_COMPARISON_TYPE unsigned long
@@ -149,7 +153,9 @@ extern unsigned long _edata;
#define DATA_END &_edata
#define ORDINARY_LINK
+#ifndef __NetBSD__
#define LD_SWITCH_SYSTEM
+#endif
#define LIBS_DEBUG
/* PURESIZE should be defined in puresize.h. */