UPDATE: devel/jsoncpp
This commit is contained in:
parent
ed5349002a
commit
f260267c10
2 changed files with 21 additions and 1 deletions
15
devel/jsoncpp/patches/patch-pkg-config_jsoncpp_pc_in
Normal file
15
devel/jsoncpp/patches/patch-pkg-config_jsoncpp_pc_in
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: pkg-config/jsoncpp.pc.in
|
||||
--- pkg-config/jsoncpp.pc.in.orig
|
||||
+++ pkg-config/jsoncpp.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
-prefix=@CMAKE_INSTALL_PREFIX@
|
||||
-exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||||
-libdir=@libdir_for_pc_file@
|
||||
-includedir=@includedir_for_pc_file@
|
||||
+prefix=${TRUEPREFIX}
|
||||
+exec_prefix=${TRUEPREFIX}
|
||||
+libdir=${TRUEPREFIX}/lib
|
||||
+includedir=${TRUEPREFIX}/include/jsoncpp
|
||||
|
||||
Name: jsoncpp
|
||||
Description: A C++ library for interacting with JSON
|
Loading…
Add table
Add a link
Reference in a new issue