diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-18 08:18:57 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-07-18 08:18:57 +0000 |
commit | cb800a48acfd727c82d826338f965335678e003c (patch) | |
tree | cd3659cb04ae9fb0fdb1ebc1e76113d3df987c3f /cad/meshlab/files/patch-src_shared.pri | |
parent | QtQR is a Qt based software that let's you generate QR Codes easily, scan an (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | cad/meshlab/files/patch-src_shared.pri | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |