diff options
Diffstat (limited to 'math/R/patches/patch-ah')
-rw-r--r-- | math/R/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/R/patches/patch-ah b/math/R/patches/patch-ah deleted file mode 100644 index be72532e1c3..00000000000 --- a/math/R/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.7 2005/12/01 23:11:27 joerg Exp $ - ---- src/main/vfonts.c.orig 2005-12-01 22:47:24.000000000 +0000 -+++ src/main/vfonts.c -@@ -32,7 +32,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 - |