summaryrefslogtreecommitdiff
path: root/net-news/rssguard/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-12 05:40:29 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-12 05:40:29 +0100
commit81663ab80e0e0c5839b216934509b6bcbf08429a (patch)
tree9592fd7a67715f7e35d669ab58594078bfe4a7f7 /net-news/rssguard/files
parent7d040c2d1b0c38c8635ec28dfaa632a2db8be895 (diff)
gentoo auto-resync : 12:04:2023 - 05:40:28
Diffstat (limited to 'net-news/rssguard/files')
-rw-r--r--net-news/rssguard/files/rssguard-4.3.3-gcc13.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-news/rssguard/files/rssguard-4.3.3-gcc13.patch b/net-news/rssguard/files/rssguard-4.3.3-gcc13.patch
new file mode 100644
index 000000000000..ce7e26048387
--- /dev/null
+++ b/net-news/rssguard/files/rssguard-4.3.3-gcc13.patch
@@ -0,0 +1,30 @@
+https://github.com/martinrotter/rssguard/issues/911
+https://github.com/martinrotter/rssguard/commit/9de62b46ed65ad32ceab7d93d7b110ddf50e78cc
+https://bugs.gentoo.org/900244
+
+From 9de62b46ed65ad32ceab7d93d7b110ddf50e78cc Mon Sep 17 00:00:00 2001
+From: Martin Rotter <rotter.martinos@gmail.com>
+Date: Tue, 4 Apr 2023 15:35:58 +0200
+Subject: [PATCH] fix #911
+
+--- a/src/librssguard/3rd-party/mimesis/quoted-printable.cpp
++++ b/src/librssguard/3rd-party/mimesis/quoted-printable.cpp
+@@ -19,6 +19,8 @@
+
+ #include "quoted-printable.hpp"
+
++#include <cstdint>
++
+ using namespace std;
+
+ string quoted_printable_decode(string_view in) {
+--- a/src/librssguard/services/standard/gui/formstandardfeeddetails.cpp
++++ b/src/librssguard/services/standard/gui/formstandardfeeddetails.cpp
+@@ -20,7 +20,6 @@
+
+ #include <QFileDialog>
+ #include <QNetworkCookie>
+-#include <QTextCodec>
+
+ FormStandardFeedDetails::FormStandardFeedDetails(ServiceRoot* service_root,
+ RootItem* parent_to_select,