summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 18:27:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-16 21:10:46 +0200
commitda8940e3d8eef6796436dcb7d4fc624665f19a9b (patch)
treee1eb7b349342e4be2aa9d54acf4371633845fbe2 /games-strategy/freeciv/files
parentdev-java/antlr: dropped obsolete 3.2 (diff)
downloadgentoo-da8940e3d8eef6796436dcb7d4fc624665f19a9b.tar.gz
gentoo-da8940e3d8eef6796436dcb7d4fc624665f19a9b.tar.bz2
gentoo-da8940e3d8eef6796436dcb7d4fc624665f19a9b.zip
games-strategy/freeciv: Drop 2.6.2
Closes: https://bugs.gentoo.org/769164 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-strategy/freeciv/files')
-rw-r--r--games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch b/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch
deleted file mode 100644
index db5e657a5850..000000000000
--- a/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 87f4abf81d530b825d0af772d95fd1ea78503e64 Mon Sep 17 00:00:00 2001
-From: Marko Lindqvist <cazfi74@gmail.com>
-Date: Tue, 7 Apr 2020 13:22:14 +0300
-Subject: [PATCH] Include <QPainterPath> where needed
-
-This fixes Qt-client build on OpenEmbedded
-
-See hrm Bug #868060
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
----
- client/gui-qt/canvas.cpp | 1 +
- client/gui-qt/dialogs.cpp | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/client/gui-qt/canvas.cpp b/client/gui-qt/canvas.cpp
-index 24291bc183..00fa1b8f52 100644
---- a/client/gui-qt/canvas.cpp
-+++ b/client/gui-qt/canvas.cpp
-@@ -18,6 +18,7 @@
- // Qt
- #include <QFontMetrics>
- #include <QPainter>
-+#include <QPainterPath>
-
- // qt-client
- #include "canvas.h"
-diff --git a/client/gui-qt/dialogs.cpp b/client/gui-qt/dialogs.cpp
-index e0f9de31d4..4b3254c496 100644
---- a/client/gui-qt/dialogs.cpp
-+++ b/client/gui-qt/dialogs.cpp
-@@ -24,6 +24,7 @@
- #include <QMessageBox>
- #include <QMouseEvent>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QRadioButton>
- #include <QRect>
- #include <QSignalMapper>