]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- removing gcc13 patch master auto/th/claws-mail-4.2.0-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Tue, 21 Nov 2023 14:50:02 +0000 (14:50 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Tue, 21 Nov 2023 14:50:02 +0000 (14:50 +0000)
claws-mail.spec
gcc13.patch [deleted file]

index 7a7bbbf1dcb0bbe5e79363c92dcc47eeee7b9e1d..aa6d2c75bef4efffa6c233f99805b28651338bce 100644 (file)
@@ -21,7 +21,6 @@ Source0:      https://www.claws-mail.org/releases/%{name}-%{version}.tar.xz
 # Source0-md5: bc69492bab6f42f31952cfa27598537b
 Source1:       %{name}.desktop
 Patch0:                %{name}-link.patch
-Patch1:                gcc13.patch
 URL:           https://www.claws-mail.org/
 BuildRequires: NetworkManager-devel
 BuildRequires: autoconf >= 2.69
@@ -429,7 +428,6 @@ webCal.
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/gcc13.patch b/gcc13.patch
deleted file mode 100644 (file)
index 10da046..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From a9a16a253ed3865a51db5e306539d3494087dafd Mon Sep 17 00:00:00 2001
-From: Paul <paul@claws-mail.org>
-Date: Wed, 19 Apr 2023 16:42:07 +0100
-Subject: [PATCH] fix bug 4648, 'fails to build with gcc 13'
-
----
- src/plugins/litehtml_viewer/litehtml/html.h    | 1 +
- src/plugins/litehtml_viewer/litehtml/num_cvt.h | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/plugins/litehtml_viewer/litehtml/html.h b/src/plugins/litehtml_viewer/litehtml/html.h
-index 4151b1225..20457f155 100644
---- a/src/plugins/litehtml_viewer/litehtml/html.h
-+++ b/src/plugins/litehtml_viewer/litehtml/html.h
-@@ -9,6 +9,7 @@
- #include <cstring>
- #include <algorithm>
- #include <sstream>
-+#include <cstdint>
- #include "os_types.h"
- #include "types.h"
- #include "background.h"
-diff --git a/src/plugins/litehtml_viewer/litehtml/num_cvt.h b/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-index 515e46d62..367dcc36a 100644
---- a/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-+++ b/src/plugins/litehtml_viewer/litehtml/num_cvt.h
-@@ -2,6 +2,7 @@
- #define NUM_CVT_H
- #include <string>
-+#include <cstdint>
- #include "os_types.h"
- namespace litehtml
--- 
-2.25.1
-
This page took 0.160007 seconds and 4 git commands to generate.