Index: head/mail/libvmime/files/patch-CMakeLists.txt =================================================================== --- head/mail/libvmime/files/patch-CMakeLists.txt (nonexistent) +++ head/mail/libvmime/files/patch-CMakeLists.txt (revision 541950) @@ -0,0 +1,17 @@ +--- CMakeLists.txt.orig 2017-01-03 20:00:08 UTC ++++ CMakeLists.txt +@@ -732,13 +732,8 @@ ENDIF(VMIME_HAVE_TLS_SUPPORT) + # Charset conversion library + + INCLUDE(cmake/FindIconv.cmake) +-INCLUDE(cmake/FindICU.cmake) + +-FIND_PACKAGE(ICU QUIET) +- +-IF(ICU_LIBRARIES) +- SET(VMIME_CHARSETCONV_LIB_DETECTED "icu") +-ELSEIF(ICONV_FOUND) ++IF(ICONV_FOUND) + SET(VMIME_CHARSETCONV_LIB_DETECTED "iconv") + ELSEIF(WIN32) + SET(VMIME_CHARSETCONV_LIB_DETECTED "win") Property changes on: head/mail/libvmime/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property