diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 12:07:34 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-08-18 12:07:34 +0000 |
commit | a59bab00fcba9d961fb1d05dbb7347192518f0a2 (patch) | |
tree | c038453e4f1945ae54e23b6870ec18b6eeea219d | |
parent | dcba9079b43e2504b6c00b90b2f49d92b519c92a (diff) | |
download | freebsd-ports-a59bab00fcba9d961fb1d05dbb7347192518f0a2.zip |
Remove patch that was obsoleted by KDE Applications 19.08
Reported by: pkg-fallout
-rw-r--r-- | games/palapeli/files/patch-gentoo-kf5-5.61-headers | 24 |
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 |