1f4b6d5c855b59e849b7228090981c520928c2a4.patch 744 B

123456789101112131415161718192021222324
  1. From 1f4b6d5c855b59e849b7228090981c520928c2a4 Mon Sep 17 00:00:00 2001
  2. From: Ovidiu-Florin BOGDAN <ovidiub13@users.noreply.github.com>
  3. Date: Fri, 2 Dec 2016 16:51:07 +0200
  4. Subject: [PATCH] Remove prefix duplication in yaml-cpp.pc.cmake
  5. ---
  6. yaml-cpp.pc.cmake | 6 ++----
  7. 1 file changed, 2 insertions(+), 4 deletions(-)
  8. diff --git a/yaml-cpp.pc.cmake b/yaml-cpp.pc.cmake
  9. index 04d343f..044ef78 100644
  10. --- a/yaml-cpp.pc.cmake
  11. +++ b/yaml-cpp.pc.cmake
  12. @@ -1,7 +1,5 @@
  13. -prefix=@CMAKE_INSTALL_PREFIX@
  14. -exec_prefix=@CMAKE_INSTALL_PREFIX@
  15. -libdir=${prefix}/@LIB_INSTALL_DIR@
  16. -includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
  17. +libdir=@LIB_INSTALL_DIR@
  18. +includedir=@INCLUDE_INSTALL_ROOT_DIR@
  19. Name: Yaml-cpp
  20. Tanım: A YAML parser and emitter for C++