summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-17 18:01:53 +0000
committerBioArchLinuxBot2023-12-17 18:01:53 +0000
commit5b4a38c74686e34d61bfc6ee1cb7d33df120c20f (patch)
tree08208f404cfd2168259a32ea147db25db3b2aa46 /fix-build.patch
parent16be77530817d8b2dccb30e94df4cb8bc4483e9f (diff)
downloadaur-5b4a38c74686e34d61bfc6ee1cb7d33df120c20f.tar.gz
[lilac] updated to 3.99.0.16-3
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/fix-build.patch b/fix-build.patch
deleted file mode 100644
index 24e2b94038b0..000000000000
--- a/fix-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/XML/src/HTMLParse.c b/XML/src/HTMLParse.c
-index 8d71f9f..7dea289 100644
---- a/XML/src/HTMLParse.c
-+++ b/XML/src/HTMLParse.c
-@@ -11,6 +11,7 @@
-
- #include "libxml/HTMLparser.h"
- #include "libxml/HTMLtree.h"
-+#include "libxml/xmlsave.h"
-
- #include <sys/stat.h>
- #include <unistd.h>
-diff --git a/XML/src/XMLTree.c b/XML/src/XMLTree.c
-index 6047de0..c28d5d0 100644
---- a/XML/src/XMLTree.c
-+++ b/XML/src/XMLTree.c
-@@ -35,6 +35,7 @@
- #include <libxml/HTMLtree.h>
- #endif
-
-+#include <libxml/xmlsave.h>
-
- #define R_USE_XML_ENCODING 1
- #include "Utils.h" /* R_createXMLNodeRef, Encoding macros. */