Advertisement
cmsigler

[AUR] [meshlab-git] meshlabserver_GLU.patch

Mar 17th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. --- src/meshlab/src/meshlabserver/meshlabserver.pro.orig 2018-03-17 10:08:28.269357769 -0400
  2. +++ src/meshlab/src/meshlabserver/meshlabserver.pro 2018-03-17 10:22:31.302540614 -0400
  3. @@ -29,7 +29,7 @@
  4. win32-msvc2012: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
  5. win32-msvc2015: LIBS += -L../distrib -lcommon -lopengl32 -lGLU32
  6. win32-g++: LIBS += -L../distrib -lcommon
  7. -linux: LIBS += -L../distrib -lcommon
  8. +linux: LIBS += -L../distrib -lcommon -lGLU
  9. linux:QMAKE_LFLAGS += -Wl,-rpath,/usr/lib/meshlab
  10. #CONFIG (release,debug | release) {
  11. # win32-msvc2005:release: LIBS += -L../common/release -lcommon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement