# HG changeset patch # User Volker Grabsch # Date 1267015929 -3600 # Node ID e1f9e5f2157fa3500aad5b5bb624f62568259d9f # Parent ce91389b2d08f6f8246e2c000cc08b9613b8b67f bugfix for the pkg-config file of package libxml2 The patch is also provided to upstream: https://bugzilla.gnome.org/show_bug.cgi?id=610937 diff -r ce91389b2d08 -r e1f9e5f2157f src/libxml2-fix-pkgconfig.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/libxml2-fix-pkgconfig.patch Wed Feb 24 13:52:09 2010 +0100 @@ -0,0 +1,13 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +diff -ru libxml2-2.7.6.orig/libxml-2.0.pc.in libxml2-2.7.6/libxml-2.0.pc.in +--- libxml2-2.7.6.orig/libxml-2.0.pc.in 2009-09-24 17:31:59.000000000 +0200 ++++ libxml2-2.7.6/libxml-2.0.pc.in 2010-02-24 13:33:47.000000000 +0100 +@@ -9,5 +9,5 @@ + Description: libXML library version2. + Requires: + Libs: -L${libdir} -lxml2 +-Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ ++Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ + Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@