diff options
Diffstat (limited to 'cad/meshlab/files/patch-common_common.pro')
-rw-r--r-- | cad/meshlab/files/patch-common_common.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/meshlab/files/patch-common_common.pro b/cad/meshlab/files/patch-common_common.pro new file mode 100644 index 000000000000..308d1626d363 --- /dev/null +++ b/cad/meshlab/files/patch-common_common.pro @@ -0,0 +1,19 @@ +--- common/common.pro.orig 2013-05-07 10:06:45.000000000 +0200 ++++ common/common.pro 2013-05-07 10:09:47.000000000 +0200 +@@ -62,6 +62,9 @@ + linux-g++-64:CONFIG += dll + linux-g++-64:DESTDIR = ../distrib + ++freebsd:CONFIG += dll ++freebsd:DESTDIR = ../distrib ++ + win32-msvc2005:CONFIG += staticlib + win32-msvc2008:CONFIG += staticlib + win32-msvc2010:CONFIG += staticlib +@@ -124,5 +127,6 @@ + linux-g++:LIBS += -L../external/lib/linux-g++ -ljhead + linux-g++-32:LIBS += -L../external/lib/linux-g++-32 -ljhead + linux-g++-64:LIBS += -L../external/lib/linux-g++-64 -ljhead ++freebsd:LIBS += -L../external/lib/freebsd -ljhead + + #RESOURCES = common.qrc |