forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
560 B
Prolog
11 lines
560 B
Prolog
--- meshlabserver/meshlabserver.pro.orig 2011-10-14 18:34:48.000000000 +0200
|
|
+++ meshlabserver/meshlabserver.pro 2013-05-08 10:36:08.000000000 +0200
|
|
@@ -31,6 +31,8 @@
|
|
linux-g++-32:QMAKE_RPATHDIR += ../distrib
|
|
linux-g++-64: LIBS += -L../distrib -lcommon
|
|
linux-g++-64:QMAKE_RPATHDIR += ../distrib
|
|
+LIBS += ../common/libcommon.a -L../external/jhead-2.95 -ljhead
|
|
+QMAKE_RPATHDIR += ../distrib
|
|
#CONFIG (release,debug | release) {
|
|
# win32-msvc2005:release: LIBS += -L../common/release -lcommon
|
|
# win32-msvc2008:release: LIBS += -L../common/release -lcommon
|