mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
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
483 B
Text
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
|
|
|