freebsd-ports/databases/evolution-data-server/files/patch-cmake_modules_PkgConfigEx.cmake
Koop Mast 0fd4a55e86 Update evolution suite to 3.24.
* The build system switched to CMake, with ninja. Drop USES=gmake
 * Remove systemd files, we have no need for them.
 * Add/update WWW to new location

evolution-data-server:
 * Remove double icu dependacy
 * Make LDAP into a option, like mail/evolution
 * Remove BDB warning message. This message was here if the user had a
   nondefault bdb version selected. Due to that the eds only use bdb
   version 5, the message can go.

evolution:
 * Reenable MAPS option
 * Add YTNEF option to support MS Outlook TNEF format
 * Gstreamer is not used anymore
2017-06-13 08:13:28 +00:00

10 lines
338 B
CMake

--- 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()