void-packages/srcpkgs/evolution/patches/cmake.patch
2017-04-06 15:11:02 -06:00

13 lines
513 B
Diff

--- CMakeLists.txt 2017-03-20 03:14:35.000000000 -0600
+++ CMakeLists.txt 2017-04-06 15:05:22.473504016 -0600
@@ -350,10 +350,6 @@
CHECK_C_SOURCE_RUNS("#include \"${CMAKE_SOURCE_DIR}/iconv-detect.c\"" _correct_iconv)
unset(CMAKE_REQUIRED_LIBRARIES)
-if(NOT _correct_iconv)
- message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.org/pub/gnu/libiconv")
-endif(NOT _correct_iconv)
-
# ******************************
# Timezone checks
# ******************************