From cb800a48acfd727c82d826338f965335678e003c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Sat, 18 Jul 2020 08:18:57 +0000 Subject: 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 --- cad/meshlab/files/patch-src_shared.pri | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/meshlab/files/patch-src_shared.pri (limited to 'cad/meshlab/files/patch-src_shared.pri') diff --git a/cad/meshlab/files/patch-src_shared.pri b/cad/meshlab/files/patch-src_shared.pri new file mode 100644 index 000000000000..5ae810865418 --- /dev/null +++ b/cad/meshlab/files/patch-src_shared.pri @@ -0,0 +1,11 @@ +--- src/shared.pri.orig 2020-05-02 21:26:35 UTC ++++ src/shared.pri +@@ -12,7 +12,7 @@ QT += script + mac:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/lib/libmeshlab-common.dylib + win32-msvc:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/lib/meshlab-common.lib -lopengl32 -lGLU32 + win32-g++:LIBS += -lmeshlab-common -lopengl32 -lGLU32 +-linux:LIBS += -lmeshlab-common -lGL -lGLU ++LIBS += -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common -lGL -lGLU + + win32-msvc:DEFINES += GLEW_STATIC _USE_MATH_DEFINES + -- cgit v1.2.3