From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- kde/patch/libkleo/libkleo_gcc7.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 kde/patch/libkleo/libkleo_gcc7.patch (limited to 'kde/patch/libkleo') diff --git a/kde/patch/libkleo/libkleo_gcc7.patch b/kde/patch/libkleo/libkleo_gcc7.patch deleted file mode 100644 index 40e0616..0000000 --- a/kde/patch/libkleo/libkleo_gcc7.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 675ce908a33d16f3b78d3fc741b0ff45790e4770 Mon Sep 17 00:00:00 2001 -From: Fabian Vogt -Date: Wed, 17 May 2017 17:05:41 +0200 -Subject: Fix compilation with GCC 7 - -std::bind is part of functional, and GCC 7 requires an explicit include. ---- - src/kleo/enum.cpp | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/src/kleo/enum.cpp b/src/kleo/enum.cpp -index 15ea1fd..829d4fd 100644 ---- a/src/kleo/enum.cpp -+++ b/src/kleo/enum.cpp -@@ -33,6 +33,9 @@ - #include "enum.h" - #include "libkleo_debug.h" - #include "models/keycache.h" -+ -+#include -+ - #include - - #include --- -cgit v0.11.2 - -- cgit v1.2.3-65-gdbad