1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/cad/meshlab/files/patch-shared.pri
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

9 lines
306 B
Plaintext

--- shared.pri.orig 2012-07-31 07:43:04.000000000 +0200
+++ shared.pri 2013-10-31 12:18:49.000000000 +0100
@@ -72,3 +72,5 @@
win32-msvc2005: RCC_DIR = $(ConfigurationName)
win32-msvc2008: RCC_DIR = $(ConfigurationName)
win32-msvc2010: RCC_DIR = $(ConfigurationName)
+
+LIBS+=../../common/libcommon.a