annotate src/libxml2-fix-pkgconfig.patch @ 809:e1f9e5f2157f

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
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 24 Feb 2010 13:52:09 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
809
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 See doc/index.html for further information.
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 diff -ru libxml2-2.7.6.orig/libxml-2.0.pc.in libxml2-2.7.6/libxml-2.0.pc.in
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 --- libxml2-2.7.6.orig/libxml-2.0.pc.in 2009-09-24 17:31:59.000000000 +0200
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 +++ libxml2-2.7.6/libxml-2.0.pc.in 2010-02-24 13:33:47.000000000 +0100
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 @@ -9,5 +9,5 @@
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 Description: libXML library version2.
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 Requires:
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 Libs: -L${libdir} -lxml2
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 -Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 +Libs.private: @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
e1f9e5f2157f bugfix for the pkg-config file of package libxml2
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@