mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cb800a48ac
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
11 lines
257 B
C++
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>
|