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
13 lines
445 B
INI
13 lines
445 B
INI
--- src/meshlabserver/meshlabserver.pro.orig 2020-05-02 21:24:46 UTC
|
|
+++ src/meshlabserver/meshlabserver.pro
|
|
@@ -29,7 +29,9 @@ macx:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/meshlab.app/C
|
|
|
|
win32-msvc:LIBS += -lopengl32 -lGLU32 -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common
|
|
win32-g++:LIBS += -lmeshlab-common
|
|
-linux:LIBS += -lmeshlab-common
|
|
+LIBS += -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common
|
|
+
|
|
+
|
|
|
|
win32-msvc:DEFINES += GLEW_STATIC
|
|
|