ports/textproc/pugixml/files/patch-scripts_pugixml.pc.in
Steve Wills 93e6d6fd8d textproc/pugixml: update to 1.8.1
PR:		222348
Approved by:	Yakov Galka <ybungalobill@gmail.com> (maintainer)
2017-10-10 18:28:26 +00:00

18 lines
653 B
PkgConfig

--- scripts/pugixml.pc.in.orig 2017-09-14 18:05:00.281262000 -0400
+++ scripts/pugixml.pc.in 2017-09-14 18:05:14.312398000 -0400
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=${prefix}/include/pugixml-@PUGIXML_VERSION_STRING@
-libdir=${exec_prefix}/lib/pugixml-@PUGIXML_VERSION_STRING@
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
Name: pugixml
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
URL: http://pugixml.org/
Version: @PUGIXML_VERSION_STRING@
Cflags: -I${includedir}
-Libs: -L${libdir} -lpugixml
\ No newline at end of file
+Libs: -L${libdir} -lpugixml