1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/cad/meshlab/files/patch-src_meshlab_glarea.cpp
Loïc Bartoletti cb800a48ac 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
2020-07-18 08:18:57 +00:00

11 lines
257 B
C++

--- 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>