summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-aa
blob: 7f044f2f7f9579d23c9bb5d92218ffc2d12b8b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4.4.1 2006/09/23 14:53:46 salo 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__) && !defined(__NetBSD__)	/* not on IRIX */
     char *alloca ();
 #  endif
 #  endif