ports/cad/meshlab/files/patch-src_shared.pri
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
483 B
Text

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