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