summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ab
blob: 16d34ff93b57918ee646c94f9096a5e9f21287f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.18 2005/12/11 14:37:12 markd Exp $

--- src/include/Defn.h.orig	2005-09-23 14:05:03.000000000 +1200
+++ src/include/Defn.h
@@ -982,7 +982,7 @@ extern AccuracyInfo R_AccuracyInfo;
 # 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
 #endif