diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-18 08:18:57 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-18 08:18:57 +0000 |
commit | cb800a48acfd727c82d826338f965335678e003c (patch) | |
tree | cd3659cb04ae9fb0fdb1ebc1e76113d3df987c3f /cad/meshlab/files/patch-src_meshlab_glarea.cpp | |
parent | QtQR is a Qt based software that let's you generate QR Codes easily, scan an (diff) |
cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship
The project has resumed since a few months by releasing one release every month (no more beta or pre release as between 2016 and 2020).
- cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship
- devel/vcglib: Update to @f7871ee [1]
[1] There is not new release, but Meshlab require this version
PR: 217821
Reported by: pi
Approved by: fernape, tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24686
Diffstat (limited to 'cad/meshlab/files/patch-src_meshlab_glarea.cpp')
-rw-r--r-- | cad/meshlab/files/patch-src_meshlab_glarea.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/meshlab/files/patch-src_meshlab_glarea.cpp b/cad/meshlab/files/patch-src_meshlab_glarea.cpp new file mode 100644 index 000000000000..21007299b0ca --- /dev/null +++ b/cad/meshlab/files/patch-src_meshlab_glarea.cpp @@ -0,0 +1,10 @@ +--- src/meshlab/glarea.cpp.orig 2020-06-04 09:00:54 UTC ++++ src/meshlab/glarea.cpp +@@ -34,6 +34,7 @@ + #include <QFileDialog> + #include <QClipboard> + #include <QLocale> ++#include <QPainterPath> + + #include <wrap/gl/picking.h> + #include <wrap/qt/trackball.h> |