opnsense-ports/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
Franco Fichtner ec8ae6c9ac textproc/libxml2: sync with upstream
Taken from: FreeBSD
2015-11-21 06:56:39 +01:00

9 lines
475 B
PkgConfig

--- 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 @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@