aboutsummaryrefslogtreecommitdiff
path: root/games/palapeli
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-08-18 12:07:34 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-08-18 12:07:34 +0000
commita59bab00fcba9d961fb1d05dbb7347192518f0a2 (patch)
treec038453e4f1945ae54e23b6870ec18b6eeea219d /games/palapeli
parentdcba9079b43e2504b6c00b90b2f49d92b519c92a (diff)
downloadports-a59bab00fcba9d961fb1d05dbb7347192518f0a2.tar.gz
ports-a59bab00fcba9d961fb1d05dbb7347192518f0a2.zip
Remove patch that was obsoleted by KDE Applications 19.08
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=509203
Diffstat (limited to 'games/palapeli')
-rw-r--r--games/palapeli/files/patch-gentoo-kf5-5.61-headers24
1 files changed, 0 insertions, 24 deletions
diff --git a/games/palapeli/files/patch-gentoo-kf5-5.61-headers b/games/palapeli/files/patch-gentoo-kf5-5.61-headers
deleted file mode 100644
index c6076662c47e..000000000000
--- a/games/palapeli/files/patch-gentoo-kf5-5.61-headers
+++ /dev/null
@@ -1,24 +0,0 @@
-From 017a6325de82f3872b36ddb35052e1845fb97ff8 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame <lbeltrame@kde.org>
-Date: Fri, 19 Jul 2019 07:31:17 +0200
-Subject: Include QMap header explicitly
-
-Seems no longer included transitively in Qt 5.13.
----
- src/engine/gameplay.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/engine/gameplay.h b/src/engine/gameplay.h
-index a759f8f..af18373 100644
---- src/engine/gameplay.h
-+++ src/engine/gameplay.h
-@@ -26,6 +26,7 @@ class QStackedWidget;
-
- #include "../window/mainwindow.h"
-
-+#include <QMap>
- #include <QTime> // IDW test.
-
- namespace Palapeli
---
-cgit v1.1