summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-aa')
-rw-r--r--textproc/dict-server/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/dict-server/patches/patch-aa b/textproc/dict-server/patches/patch-aa
new file mode 100644
index 00000000000..3386f132246
--- /dev/null
+++ b/textproc/dict-server/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2006/01/02 10:55:24 joerg Exp $
+
+--- dictP.h.orig 2006-01-02 10:35:42.000000000 +0000
++++ dictP.h
+@@ -68,7 +68,7 @@
+ # pragma alloca
+ # else
+ # ifndef alloca /* predefined by HP cc +Olibcalls */
+-# if !defined(__svr4__) && !defined(__sgi__) /* not on IRIX */
++# if !defined(__svr4__) && !defined(__sgi__) && !defined(__DragonFly__) && !defined(__FreeBSD__) /* not on IRIX */
+ char *alloca ();
+ # endif
+ # endif