diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-03 20:25:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-03 20:47:24 +0100 |
commit | 01e476f91b42ffe55c8450490e7f3e88738d1410 (patch) | |
tree | d26ce110d39a430f3aae3598056afaef611c16b4 /kde-plasma | |
parent | games-puzzle/swell-foop: remove old (diff) | |
download | gentoo-01e476f91b42ffe55c8450490e7f3e88738d1410.tar.gz gentoo-01e476f91b42ffe55c8450490e7f3e88738d1410.tar.bz2 gentoo-01e476f91b42ffe55c8450490e7f3e88738d1410.zip |
kde-plasma/kwin: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/7038
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch b/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch deleted file mode 100644 index 61c07feaee35..000000000000 --- a/kde-plasma/kwin/files/kwin-5.8.7-glibc-sysmacros.patch +++ /dev/null @@ -1,38 +0,0 @@ -commit 8efef12eeb377e9087551e333d65631968c80e5f -Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Sat Jun 10 17:00:25 2017 +0200 - - Fix build with future glibc (major/minor macros), BSD compatible - - Summary: - Also adding sys/types.h which is not implicitly included from all over. - - Thanks-to: [ade] in #kde-devel - - See also: - https://sourceware.org/ml/libc-alpha/2015-11/msg00452.html - https://git.reviewboard.kde.org/r/127662/ - - Reviewers: #plasma - - Subscribers: plasma-devel, kwin, #kwin, adridg - - Tags: #kwin - - Differential Revision: https://phabricator.kde.org/D6175 - -diff --git a/logind.cpp b/logind.cpp -index fee0f2ff4..bb84af4f9 100644 ---- a/logind.cpp -+++ b/logind.cpp -@@ -29,6 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. - #include <QDBusMetaType> - - #include <sys/stat.h> -+#include <sys/types.h> -+#ifndef major -+#include <sys/sysmacros.h> -+#endif - #include <unistd.h> - #include "utils.h" - |