freebsd-ports/cad/meshlab/files/patch-common_common.pro
Pietro Cerutti 4532f38559 - Fix run-time segmentation fault [1]
- Convert to new LIB_DEPENDS format
- Fix build with clang (no longer depends on GCC)
- Statically link against own library libcommon.a, to avoid
  installing a library with such a generic name as libcommon.so

PR:		183474 [1]
Submitted by:	Pierre Smars <smars@yuntech.edu.tw> [1]
2013-10-31 17:19:27 +00:00

8 lines
254 B
Prolog

--- common/common.pro.orig 2013-10-31 13:57:32.000000000 +0100
+++ common/common.pro 2013-10-31 14:00:10.000000000 +0100
@@ -126,3 +126,5 @@
linux-g++-64:LIBS += -L../external/lib/linux-g++-64 -ljhead
#RESOURCES = common.qrc
+
+CONFIG += static