diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-18 22:40:33 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-18 22:40:33 +0000 |
commit | 879bb9b6c2afc1a1fdcaae10e5517ed41a01bbde (patch) | |
tree | 60fb3b997541e5036bd80197c72b9279f9805a16 /textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in | |
parent | - define CMAKE_BUILD_TYPE (diff) |
Fix build with LZMA. All supported versions have liblzma in the base.
Approved by: gnome (mezz)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=316079
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 | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 000000000000..d8e7102df19a --- /dev/null +++ b/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in @@ -0,0 +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 +@@ -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 @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@ + Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@ |