summaryrefslogtreecommitdiff
path: root/math/R-XML/patches/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-XML/patches/patch-configure.in')
-rw-r--r--math/R-XML/patches/patch-configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/R-XML/patches/patch-configure.in b/math/R-XML/patches/patch-configure.in
deleted file mode 100644
index 2abe825da9d..00000000000
--- a/math/R-XML/patches/patch-configure.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure.in,v 1.1 2013/06/13 14:27:50 joerg Exp $
-
---- configure.in.orig 2013-06-13 11:02:41.000000000 +0000
-+++ configure.in
-@@ -408,7 +408,7 @@ else # -z "${LIBXML2}"
- #include <libxml/parser.h>
- #endif
- int
--main(int argc, char *argv)
-+main(int argc, char **argv)
- {
- xmlCheckVersion(20000);
- return(0);