applied the patch to fix #101894 Daniel

* libxml-2.0.pc.in: applied the patch to fix #101894
Daniel
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index 8002efb..5b54895 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -8,5 +8,5 @@
 Version: @VERSION@
 Description: libXML library version2.
 Requires:
-Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
-Cflags: -I${includedir}/libxml2 @XML_CFLAGS@
+Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
+Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@