summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-aa
blob: 3386f132246a6d053bebd625b752826b61253c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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