summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ah
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-12-11 14:37:12 +0000
committermarkd <markd@pkgsrc.org>2005-12-11 14:37:12 +0000
commit61ebfddd7fadb59d3a908822170c88ff4a3f6dbf (patch)
tree6845bef5eeefce70183269427b764a872072cc2a /math/R/patches/patch-ah
parent632a2becc953812c21f228852a68a3a595810819 (diff)
downloadpkgsrc-61ebfddd7fadb59d3a908822170c88ff4a3f6dbf.tar.gz
Update R to 2.2.0
Changes: This version contains several changes and additions, mostly incremental.
Diffstat (limited to 'math/R/patches/patch-ah')
-rw-r--r--math/R/patches/patch-ah13
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
-