summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-src-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tarantool/files/patch-src-CMakeLists.txt')
-rw-r--r--databases/tarantool/files/patch-src-CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/tarantool/files/patch-src-CMakeLists.txt b/databases/tarantool/files/patch-src-CMakeLists.txt
deleted file mode 100644
index 85338e2e920b..000000000000
--- a/databases/tarantool/files/patch-src-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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})