commit: 6926e537ac83a024839fb46688d9df75402092e9 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sun Jun 15 08:49:17 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Jun 17 16:06:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6926e537
media-plugins/vdr-fritzbox: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42602 Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/vdr-fritzbox-1.5.3-gcc11-include.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-gcc11-include.patch b/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-gcc11-include.patch deleted file mode 100644 index 923a24112f0e..000000000000 --- a/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-gcc11-include.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/808665 -https://github.com/jowi24/libnetpp/pull/1 - -From: Sam James <[email protected]> -Date: Fri, 20 Aug 2021 02:03:34 +0100 -Subject: [PATCH] Add missing <map> include - -Needed for std::map. Fixes GCC 11 build. ---- a/libnet++/HttpClient.h -+++ b/libnet++/HttpClient.h -@@ -22,6 +22,7 @@ - #ifndef HTTPCLIENT_H - #define HTTPCLIENT_H - -+#include <map> - #include <string> - - #include "TcpClient.h"
