projects
/
yaml-cpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219eaf8
)
remove multiarch path in yaml-cpp.pc
author
Lifeng Sun
<lifongsun@gmail.com>
Wed, 12 Oct 2016 23:48:11 +0000
(
00:48
+0100)
committer
Paul Novotny
<paul@paulnovo.us>
Wed, 12 Oct 2016 23:48:11 +0000
(
00:48
+0100)
Last-Update: Fri, 30 Aug 2013 18:29:05 +0800
Gbp-Pq: Name pkgconfig.patch
yaml-cpp.pc.cmake
patch
|
blob
|
history
diff --git
a/yaml-cpp.pc.cmake
b/yaml-cpp.pc.cmake
index 04d343f65c0bb00949031597e30272cb3b412880..3b0ef6f0a9bbdba77ca8ab74424e3dd90a46bc3f 100644
(file)
--- a/
yaml-cpp.pc.cmake
+++ b/
yaml-cpp.pc.cmake
@@
-1,11
+1,10
@@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
Name: Yaml-cpp
Description: A YAML parser and emitter for C++
Version: @YAML_CPP_VERSION@
Requires:
-Libs: -
L${libdir} -
lyaml-cpp
+Libs: -lyaml-cpp
Cflags: -I${includedir}