summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-af')
-rw-r--r--math/R/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/R/patches/patch-af b/math/R/patches/patch-af
new file mode 100644
index 00000000000..a160e707c44
--- /dev/null
+++ b/math/R/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.9 2005/12/01 23:11:27 joerg Exp $
+
+--- src/main/printarray.c.orig 2005-12-01 22:45:25.000000000 +0000
++++ src/main/printarray.c
+@@ -45,7 +45,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
+