summaryrefslogtreecommitdiff
path: root/databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake')
-rw-r--r--databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake b/databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake
new file mode 100644
index 000000000000..cfd002d5cce7
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake
@@ -0,0 +1,10 @@
+--- cmake/modules/PkgConfigEx.cmake.orig 2017-06-02 14:39:21 UTC
++++ cmake/modules/PkgConfigEx.cmake
+@@ -85,6 +85,6 @@ macro(add_pkgconfig_file _input _output)
+ )
+
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_output}
+- DESTINATION ${LIB_INSTALL_DIR}/pkgconfig
++ DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig
+ )
+ endmacro()