diff options
Diffstat (limited to 'textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in')
-rw-r--r-- | textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in b/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in index d8e7102df19a..b0726512ce04 100644 --- a/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in +++ b/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in @@ -1,9 +1,9 @@ ---- libxml-2.0-uninstalled.pc.in.orig 2009-07-30 11:24:34.000000000 -0400 -+++ libxml-2.0-uninstalled.pc.in 2013-04-09 15:37:18.000000000 -0400 +--- libxml-2.0-uninstalled.pc.in.orig 2014-10-03 11:00:53.000000000 +0200 ++++ libxml-2.0-uninstalled.pc.in 2015-07-31 13:26:13.641069000 +0200 @@ -8,5 +8,5 @@ Version: @VERSION@ Description: libXML library version2. Requires: --Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ +-Libs: -L${libdir} -lxml2 @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ +Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@ |