summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-01 13:00:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-02 12:58:38 +0100
commitce9f943c9831c881fd63e2282d870e8ad86bb4e8 (patch)
treeb11baf119218f6e8a9a2abaf7cc9e9026481c12f /kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch
parentkde-apps/kdenetwork-meta: drop 22.12.2 (diff)
downloadgentoo-ce9f943c9831c881fd63e2282d870e8ad86bb4e8.tar.gz
gentoo-ce9f943c9831c881fd63e2282d870e8ad86bb4e8.tar.bz2
gentoo-ce9f943c9831c881fd63e2282d870e8ad86bb4e8.zip
kde-apps/kdenetwork-filesharing: drop 22.12.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch')
-rw-r--r--kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch b/kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch
deleted file mode 100644
index 309108854e24..000000000000
--- a/kde-apps/kdenetwork-filesharing/files/kdenetwork-filesharing-22.12.0-gcc13.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://invent.kde.org/network/kdenetwork-filesharing/-/commit/5c2d4ff3092155d24164c24a2a9a610325ff7174
-
-From: Sam James <sam@gentoo.org>
-Date: Sun, 11 Dec 2022 13:23:56 +0000
-Subject: [PATCH] samba: Fix build with GCC 13 (add missing <cstdint> include)
-
-GCC 13 (as usual for new compiler releases) shuffles around some
-internal includes and so <cstdint> is no longer transitively included.
-
-Explicitly include <cstdint> for uint32_t.
-
-Bug: https://bugs.gentoo.org/885315
---- a/samba/aclproperties/debug.h
-+++ b/samba/aclproperties/debug.h
-@@ -3,6 +3,7 @@
-
- #pragma once
-
-+#include <cstdint>
- #include <string>
-
- struct ACE;
---
-GitLab