aboutsummaryrefslogtreecommitdiff
path: root/science/elmerfem
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-06-23 15:49:30 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-06-23 15:49:30 +0000
commit1cc821b854845419d1ab92512a7c55d08cf8dae9 (patch)
tree6a63564b709a316ffd190e76df41891e87eeb45b /science/elmerfem
parentf17866ece9604fcf471e0b034ec5d8789219dee4 (diff)
downloadports-1cc821b854845419d1ab92512a7c55d08cf8dae9.tar.gz
ports-1cc821b854845419d1ab92512a7c55d08cf8dae9.zip
science/elmerfem: Prepare for Qt5.15
PR: 247010 Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D25412
Notes
Notes: svn path=/head/; revision=539981
Diffstat (limited to 'science/elmerfem')
-rw-r--r--science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp b/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp
new file mode 100644
index 000000000000..804d181d2e71
--- /dev/null
+++ b/science/elmerfem/files/patch-ElmerGUI_Application_twod_renderarea.cpp
@@ -0,0 +1,10 @@
+--- ElmerGUI/Application/twod/renderarea.cpp.orig 2020-06-23 12:25:41 UTC
++++ ElmerGUI/Application/twod/renderarea.cpp
+@@ -38,6 +38,7 @@
+ * *
+ *****************************************************************************/
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QMouseEvent>
+ #include <QFile>
+ #include <QTextStream>