summaryrefslogtreecommitdiff
path: root/databases/tarantool/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-21 15:00:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-21 15:00:28 +0000
commit5c3f3b3141198e2ddca22dee54539e97bb193def (patch)
treed456bec234f45bd41924fc16f8750cf833221b55 /databases/tarantool/files
parentnet/google-cloud-sdk: update to 201.0.0 (diff)
Update to 1.9.1
Changes: https://github.com/tarantool/tarantool/releases
Notes
Notes: svn path=/head/; revision=470544
Diffstat (limited to 'databases/tarantool/files')
-rw-r--r--databases/tarantool/files/patch-src-CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/tarantool/files/patch-src-CMakeLists.txt b/databases/tarantool/files/patch-src-CMakeLists.txt
new file mode 100644
index 000000000000..85338e2e920b
--- /dev/null
+++ b/databases/tarantool/files/patch-src-CMakeLists.txt
@@ -0,0 +1,15 @@
+--- src/CMakeLists.txt.orig 2018-05-14 06:50:08 UTC
++++ src/CMakeLists.txt
+@@ -234,12 +234,6 @@ if (TARGET_OS_FREEBSD AND NOT TARGET_OS_
+ else()
+ set (common_libraries ${common_libraries} ${INTL})
+ endif()
+- find_library (ICONV iconv)
+- if (NOT ICONV)
+- message(FATAL_ERROR "iconv library not found")
+- else()
+- set (common_libraries ${common_libraries} ${ICONV})
+- endif()
+ endif()
+
+ set (common_libraries ${common_libraries} ${LIBUUID_LIBRARIES})