File libxml++-2.24.0-pkgconfig-requires-private.patch of Package libxml++
Index: libxml++-2.6.pc.in
===================================================================
--- libxml++-2.6.pc.in.orig 2008-07-01 11:39:25.000000000 +0200
+++ libxml++-2.6.pc.in 2009-01-13 19:24:07.000000000 +0100
@@ -5,7 +5,10 @@ includedir=@includedir@
Name: libxml++
Description: C++ wrapper for libxml
-Requires: libxml-2.0 glibmm-2.4
+Requires: glibmm-2.4
+#must be Requires.private, commented for now, as pkgconfig is broken
+# (must use it only when invoked with --libs --static)
+#Requires.private: libxml-2.0
Version: @VERSION@
Libs: -L${libdir} -lxml++-2.6
Cflags: -I${includedir}/libxml++-2.6 -I${libdir}/libxml++-2.6/include