diff options
Diffstat (limited to 'cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro')
-rw-r--r-- | cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro b/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro new file mode 100644 index 000000000000..8256ba77dd20 --- /dev/null +++ b/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro @@ -0,0 +1,13 @@ +--- 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 + |