diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2017-06-13 08:13:28 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2017-06-13 08:13:28 +0000 |
| commit | 0fd4a55e8688abc48da913cbf41b622095477e58 (patch) | |
| tree | c72059c071c7f4ae5b74ec17101ff98a1a9c1dcf /databases/evolution-data-server/files/patch-CMakeLists.txt | |
| parent | - www/webgrind: Update from 1.4.0 to 1.5.0 (diff) | |
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
Diffstat (limited to 'databases/evolution-data-server/files/patch-CMakeLists.txt')
| -rw-r--r-- | databases/evolution-data-server/files/patch-CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-CMakeLists.txt b/databases/evolution-data-server/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..6d57e68b65ac --- /dev/null +++ b/databases/evolution-data-server/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2017-06-02 14:29:11 UTC ++++ CMakeLists.txt +@@ -503,6 +503,7 @@ endif(WITH_LIBDB) + # ****************************** + + set(CMAKE_REQUIRED_LIBRARIES "-liconv") ++set(CMAKE_REQUIRED_FLAGS "-L/usr/local/lib") + CHECK_C_SOURCE_COMPILES("#include <iconv.h> + #include <stdlib.h> + int main(void) { iconv_t cd; cd = iconv_open (\"UTF-8\", \"ISO-8859-1\"); return 0; }" HAVE_LIBICONV) |
