Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/files/
Date: Wed, 06 Dec 2017 13:04:12
Message-Id: 1512565439.607902584f58c0ac6742215ffba71fa77f839edc.kensington@gentoo
1 commit: 607902584f58c0ac6742215ffba71fa77f839edc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 4 19:40:35 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 13:03:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60790258
7
8 app-text/goldendict: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/6439
11
12 .../files/goldendict-1.0.1-gcc-4.7.patch | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 24995a221b3..00000000000
18 --- a/app-text/goldendict/files/goldendict-1.0.1-gcc-4.7.patch
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -From b00d081da20b9a6b257573c6b23a6bc640c4dab1 Mon Sep 17 00:00:00 2001
22 -From: Michael Palimaka <kensington@g.o>
23 -Date: Fri, 20 Jul 2012 03:27:38 +1000
24 -Subject: [PATCH] Fix build with GCC 4.7 by adding missing includes.
25 -
26 ----
27 - processwrapper.cc | 4 ++++
28 - qtsingleapplication/src/qtlocalpeer.cpp | 1 +
29 - 2 files changed, 5 insertions(+)
30 -
31 -diff --git a/processwrapper.cc b/processwrapper.cc
32 -index f7f3f19..86b985d 100644
33 ---- a/processwrapper.cc
34 -+++ b/processwrapper.cc
35 -@@ -2,6 +2,10 @@
36 -
37 - #include <QtCore>
38 -
39 -+#if defined(Q_OS_UNIX)
40 -+#include <unistd.h>
41 -+#endif
42 -+
43 - #ifdef Q_OS_WIN32
44 -
45 - #include <windows.h>
46 -diff --git a/qtsingleapplication/src/qtlocalpeer.cpp b/qtsingleapplication/src/qtlocalpeer.cpp
47 -index 382d182..506c142 100644
48 ---- a/qtsingleapplication/src/qtlocalpeer.cpp
49 -+++ b/qtsingleapplication/src/qtlocalpeer.cpp
50 -@@ -50,6 +50,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
51 - #endif
52 - #if defined(Q_OS_UNIX)
53 - #include <time.h>
54 -+#include <unistd.h>
55 - #endif
56 -
57 - namespace QtLP_Private {
58 ---
59 -1.7.11.1
60 -