mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -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
14 lines
430 B
INI
14 lines
430 B
INI
--- src/meshlab/meshlab.pro.orig 2020-05-03 08:34:34 UTC
|
|
+++ src/meshlab/meshlab.pro
|
|
@@ -143,9 +143,9 @@ macx:QMAKE_POST_LINK += "\
|
|
# win32-g++:release:LIBS += -L../common/release -lcommon
|
|
#}
|
|
|
|
-linux:LIBS += \
|
|
+LIBS += \
|
|
-lmeshlab-common -lGLU \
|
|
- -L$$MESHLAB_DISTRIB_DIRECTORY/lib/linux -ljhead
|
|
+ -L$$MESHLAB_DISTRIB_DIRECTORY/lib -L$$EXIF_DIR -ljhead
|
|
|
|
!CONFIG(system_glew) {
|
|
INCLUDEPATH *= $$GLEWDIR/include
|