freebsd-ports/textproc/libxml2/files/patch-libxml-2.0-uninstalled.pc.in
Steve Wills 585accadec textproc/libxml2: update to 2.9.8
PR:		233804
Exp-run by:	antoine
2019-01-01 23:25:29 +00:00

9 lines
440 B
PkgConfig

--- libxml-2.0-uninstalled.pc.in.orig 2016-02-09 10:17:32 UTC
+++ libxml-2.0-uninstalled.pc.in
@@ -8,5 +8,5 @@ Name: libXML
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@