pkgsrc/textproc/dict-server/patches/patch-aa

13 lines
444 B
Text

$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