summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/files/patch-CMakeLists.txt')
-rw-r--r--mail/evolution/files/patch-CMakeLists.txt22
1 files changed, 3 insertions, 19 deletions
diff --git a/mail/evolution/files/patch-CMakeLists.txt b/mail/evolution/files/patch-CMakeLists.txt
index 301e7646f47d..dfe47fc6ed79 100644
--- a/mail/evolution/files/patch-CMakeLists.txt
+++ b/mail/evolution/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2022-01-19 19:56:07 UTC
-+++ CMakeLists.txt
-@@ -356,6 +356,7 @@ endif(WITH_HELP)
+--- CMakeLists.txt.orig 2024-06-28 10:38:15.000000000 +0300
++++ CMakeLists.txt 2025-02-17 15:50:06.815245000 +0300
+@@ -364,6 +364,7 @@
# ******************************
set(CMAKE_REQUIRED_LIBRARIES "-liconv")
@@ -8,19 +8,3 @@
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)
-@@ -709,7 +710,6 @@ endif(WITH_GLADE_CATALOG)
- # news-to-appdata
- # ******************************
-
--set(CMAKE_REQUIRED_FLAGS ${GNOME_PLATFORM_CFLAGS})
- set(CMAKE_REQUIRED_INCLUDES ${GNOME_PLATFORM_INCLUDE_DIRS})
- set(CMAKE_REQUIRED_LIBRARIES ${GNOME_PLATFORM_LDFLAGS})
- file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}/appdata-releases.txt" _output_filename)
-@@ -724,7 +724,6 @@ unset(_news_filename)
- unset(_output_filename)
- unset(CMAKE_REQUIRED_LIBRARIES)
- unset(CMAKE_REQUIRED_INCLUDES)
--unset(CMAKE_REQUIRED_FLAGS)
-
- if(NOT "${_news_to_appdata_result}" EQUAL "1")
- message(FATAL_ERROR "Failed to run news-to-appdata")