summaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-21 07:34:54 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-21 07:34:54 +0000
commitda6bf65c95f0eccd666520ca578fff73ac024ff8 (patch)
tree221ca179b7a060e8de201ba5adb0dfb7e3ef651e /games/freeciv
parentAdd CONFLICT between science/py-chempy and science/py-pymol (diff)
games/freeciv: prepare for Qt5-5.15
Notes
Notes: svn path=/head/; revision=536080
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/files/patch-client_gui-qt_canvas.cpp10
-rw-r--r--games/freeciv/files/patch-client_gui-qt_dialogs.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/games/freeciv/files/patch-client_gui-qt_canvas.cpp b/games/freeciv/files/patch-client_gui-qt_canvas.cpp
new file mode 100644
index 000000000000..82218d7362dc
--- /dev/null
+++ b/games/freeciv/files/patch-client_gui-qt_canvas.cpp
@@ -0,0 +1,10 @@
+--- client/gui-qt/canvas.cpp.orig 2020-05-21 07:25:19 UTC
++++ client/gui-qt/canvas.cpp
+@@ -18,6 +18,7 @@
+ // Qt
+ #include <QFontMetrics>
+ #include <QPainter>
++#include <QPainterPath>
+
+ // qt-client
+ #include "canvas.h"
diff --git a/games/freeciv/files/patch-client_gui-qt_dialogs.cpp b/games/freeciv/files/patch-client_gui-qt_dialogs.cpp
new file mode 100644
index 000000000000..3fea03fe89d1
--- /dev/null
+++ b/games/freeciv/files/patch-client_gui-qt_dialogs.cpp
@@ -0,0 +1,10 @@
+--- client/gui-qt/dialogs.cpp.orig 2020-05-21 07:25:26 UTC
++++ client/gui-qt/dialogs.cpp
+@@ -24,6 +24,7 @@
+ #include <QMessageBox>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QRadioButton>
+ #include <QRect>
+ #include <QSignalMapper>