summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ae
blob: b88539ff919c477fc1255586a2d173e611e7fb13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.9 2005/12/01 23:11:27 joerg Exp $

--- src/main/pcre.c.orig	2005-12-01 22:44:25.000000000 +0000
+++ src/main/pcre.c
@@ -37,7 +37,7 @@
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif
-#if !HAVE_DECL_ALLOCA && !defined(__FreeBSD__)
+#if !HAVE_DECL_ALLOCA && !defined(__FreeBSD__) && !defined(__DragonFly__)
 extern char *alloca(size_t);
 #endif