summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mpd/patches/patch-ab')
-rw-r--r--lang/mpd/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/mpd/patches/patch-ab b/lang/mpd/patches/patch-ab
new file mode 100644
index 00000000000..0878f33dfb9
--- /dev/null
+++ b/lang/mpd/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/10/17 16:16:48 is Exp $
+
+--- arch.h.orig 1999-08-09 16:34:12.000000000 +0000
++++ arch.h
+@@ -7,6 +7,12 @@
+ * BIGCC arguments passed to CC to enlarge tree space (if needed)
+ */
+
++
++/* here so that cpu-specific code below doesn't overwrite our choices */
++#if !defined(ARCH) && defined(__NetBSD__)
++#define ARCH "NetBSD 2.0 and later"
++#endif
++
+ #ifndef ARCH
+
+ #ifdef apollo