summaryrefslogtreecommitdiffstats
path: root/src/libxml2-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-11 15:49:39 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-10-11 15:49:39 (GMT)
commitd7a4f5742902e135085adc626ff9b9b520405cd6 (patch)
treea0e4efafcc9fcc272a4d09826e92dd5ccccde491 /src/libxml2-1-fixes.patch
parent0a792006c7746be56f97e8e3672aa20b47e8055f (diff)
downloadmxe-d7a4f5742902e135085adc626ff9b9b520405cd6.zip
mxe-d7a4f5742902e135085adc626ff9b9b520405cd6.tar.gz
mxe-d7a4f5742902e135085adc626ff9b9b520405cd6.tar.bz2
update package libxml2
Diffstat (limited to 'src/libxml2-1-fixes.patch')
-rw-r--r--src/libxml2-1-fixes.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libxml2-1-fixes.patch b/src/libxml2-1-fixes.patch
index 2cf3186..56e4479 100644
--- a/src/libxml2-1-fixes.patch
+++ b/src/libxml2-1-fixes.patch
@@ -1,14 +1,14 @@
-From 8c3eedd79a80d08a1634ad09d4e343da7dc14759 Mon Sep 17 00:00:00 2001
+This file is part of MXE.
+See index.html for further information.
+
+From 91a883b212d0ea5f1d36618362baeca2f35abb29 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Sat, 16 Jun 2012 19:44:21 +0200
Subject: [PATCH] .pc requires.private liblzma
----
- libxml-2.0.pc.in | 1 +
- 1 file changed, 1 insertion(+)
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
-index 31a1b8c..44e3cbf 100644
+index f5f5f03..21b14d1 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -8,6 +8,7 @@ Name: libXML
@@ -17,7 +17,7 @@ index 31a1b8c..44e3cbf 100644
Requires:
+Requires.private: liblzma
Libs: -L${libdir} -lxml2
- Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
+ Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
--
1.7.10.4