summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-ab')
-rw-r--r--textproc/dict-server/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/dict-server/patches/patch-ab b/textproc/dict-server/patches/patch-ab
new file mode 100644
index 00000000000..1989a9ec2c3
--- /dev/null
+++ b/textproc/dict-server/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 2006/01/02 10:55:24 joerg Exp $
+
+--- libmaa/maaP.h.orig 2006-01-02 10:42:04.000000000 +0000
++++ libmaa/maaP.h
+@@ -41,8 +41,10 @@
+ # pragma alloca
+ # else
+ # ifndef alloca /* predefined by HP cc +Olibcalls */
++# if !defined(__DragonFly__) && !defined(__FreeBSD__)
+ char *alloca ();
+ # endif
++# endif
+ # endif
+ #endif
+