From: Michael Mair-Keimberger Date: Mon, 4 Dec 2017 19:40:35 +0000 (+0100) Subject: app-text/goldendict: remove unused patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=607902584f58c0ac6742215ffba71fa77f839edc;p=gentoo.git app-text/goldendict: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/6439 --- diff --git a/app-text/goldendict/files/goldendict-1.0.1-gcc-4.7.patch b/app-text/goldendict/files/goldendict-1.0.1-gcc-4.7.patch deleted file mode 100644 index 24995a221b3c..000000000000 --- a/app-text/goldendict/files/goldendict-1.0.1-gcc-4.7.patch +++ /dev/null @@ -1,40 +0,0 @@ -From b00d081da20b9a6b257573c6b23a6bc640c4dab1 Mon Sep 17 00:00:00 2001 -From: Michael Palimaka -Date: Fri, 20 Jul 2012 03:27:38 +1000 -Subject: [PATCH] Fix build with GCC 4.7 by adding missing includes. - ---- - processwrapper.cc | 4 ++++ - qtsingleapplication/src/qtlocalpeer.cpp | 1 + - 2 files changed, 5 insertions(+) - -diff --git a/processwrapper.cc b/processwrapper.cc -index f7f3f19..86b985d 100644 ---- a/processwrapper.cc -+++ b/processwrapper.cc -@@ -2,6 +2,10 @@ - - #include - -+#if defined(Q_OS_UNIX) -+#include -+#endif -+ - #ifdef Q_OS_WIN32 - - #include -diff --git a/qtsingleapplication/src/qtlocalpeer.cpp b/qtsingleapplication/src/qtlocalpeer.cpp -index 382d182..506c142 100644 ---- a/qtsingleapplication/src/qtlocalpeer.cpp -+++ b/qtsingleapplication/src/qtlocalpeer.cpp -@@ -50,6 +50,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; - #endif - #if defined(Q_OS_UNIX) - #include -+#include - #endif - - namespace QtLP_Private { --- -1.7.11.1 -