diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-01-06 10:59:57 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-01-06 10:59:57 +0000 |
commit | 0aaaacdb432dc8d28bc92df63adde811f96d8795 (patch) | |
tree | 03755d61cdcadef34daea346b2efcf616daf6c5d /libxml-2.0.pc.in | |
parent | 8a1b1853fc9082c6b0905ca2b5442dfa1e839ad2 (diff) | |
download | libxml2-0aaaacdb432dc8d28bc92df63adde811f96d8795.tar.gz |
applied the patch to fix #101894 Daniel
* libxml-2.0.pc.in: applied the patch to fix #101894
Daniel
Diffstat (limited to 'libxml-2.0.pc.in')
-rw-r--r-- | libxml-2.0.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in index 8002efb8..5b548958 100644 --- a/libxml-2.0.pc.in +++ b/libxml-2.0.pc.in @@ -8,5 +8,5 @@ Name: libXML 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@ |