mirror of
https://abf.rosa.ru/djam/jsoncpp.git
synced 2025-02-25 11:52:59 +00:00
12 lines
526 B
Diff
12 lines
526 B
Diff
diff -urN jsoncpp-1.7.5/pkg-config/jsoncpp.pc.in jsoncpp-1.7.5-patched/pkg-config/jsoncpp.pc.in
|
|
--- jsoncpp-1.7.5/pkg-config/jsoncpp.pc.in 2016-09-01 17:45:08.000000000 +1000
|
|
+++ jsoncpp-1.7.5-patched/pkg-config/jsoncpp.pc.in 2016-09-27 16:25:35.423433529 +1000
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
|
|
-includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
|
+includedir=@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: jsoncpp
|
|
Description: A C++ library for interacting with JSON
|