summaryrefslogtreecommitdiff
path: root/textproc/libxml2/files/patch-libxml-2.0.pc.in
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-03-25 17:51:30 +0100
committerDaniel Engberg <diizzy@FreeBSD.org>2022-03-25 18:14:39 +0100
commita13ec21cd733f67a9fc0dc00ab45268bdc236246 (patch)
treefe360ea54d1db8b085f918e44e04f79271dff395 /textproc/libxml2/files/patch-libxml-2.0.pc.in
parentlang/crystal: fix broken base SSL usage (diff)
textproc/libxml2: Update to 2.9.13 and migrate to CMake
Depend on ICU and (lib)readline to follow other distros Changelog: https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.13 I'd like to thank both tcberner and mandree for reviewing, suggesting improvements and helping out in general. I'd also like thank antoine for doing exp-runs. PR: 262288 Reviewed by: tcberner, mandree Approved by: desktop (tcberner) Differential Revision: https://reviews.freebsd.org/D34338 Exp-run by: antoine
Diffstat (limited to 'textproc/libxml2/files/patch-libxml-2.0.pc.in')
-rw-r--r--textproc/libxml2/files/patch-libxml-2.0.pc.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libxml2/files/patch-libxml-2.0.pc.in b/textproc/libxml2/files/patch-libxml-2.0.pc.in
index 1a4857175883..2635302b12e1 100644
--- a/textproc/libxml2/files/patch-libxml-2.0.pc.in
+++ b/textproc/libxml2/files/patch-libxml-2.0.pc.in
@@ -1,9 +1,11 @@
---- libxml-2.0.pc.in.orig 2016-02-09 10:17:32 UTC
+--- libxml-2.0.pc.in.orig 2022-03-08 22:00:47 UTC
+++ libxml-2.0.pc.in
-@@ -9,5 +9,5 @@ Version: @VERSION@
+@@ -8,6 +8,6 @@ Name: libXML
+ Version: @VERSION@
Description: libXML library version2.
Requires:
- Libs: -L${libdir} -lxml2
+-Libs: -L${libdir} -lxml2
-Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
-+Libs.private: @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
++Libs: -L${libdir} @XML_LIBS@
++Libs.private: @XML_PRIVATE_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@