diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-08 14:09:31 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-05-08 14:09:31 +0000 |
commit | da6ddfe950ae732bc1cdb24a5d7d075ad7bfc86a (patch) | |
tree | 6afb242921e422d26267687cd86960b413d46b03 /cad/meshlab/files/patch-common_common.pro | |
parent | - Update to 0.3.810.2 (diff) |
- Update to 1.3.2
Release notes:
http://sf.net/apps/mediawiki/meshlab/index.php?title=Release_Notes_1.3.2
- Unbreak
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 |