mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
18 lines
637 B
Plaintext
18 lines
637 B
Plaintext
$NetBSD: patch-Tools_qmake_mkspecs_features_functions.prf,v 1.1 2014/12/30 17:23:48 adam Exp $
|
|
|
|
* Use libtool manner for libtool build
|
|
|
|
--- Tools/qmake/mkspecs/features/functions.prf.orig 2013-11-27 01:01:20.000000000 +0000
|
|
+++ Tools/qmake/mkspecs/features/functions.prf
|
|
@@ -262,8 +262,8 @@ defineTest(linkAgainstLibrary) {
|
|
|
|
path = $$replace(source_dir, $$re_escape($${ROOT_WEBKIT_DIR}), $${ROOT_BUILD_DIR})/$$targetSubDir()
|
|
|
|
- force_static_libs_as_shared {
|
|
- LIBS += -L$${ROOT_BUILD_DIR}/lib -l$$target
|
|
+ !staticlib {
|
|
+ LIBS += $${path}$${QMAKE_DIR_SEP}lib$${target}.la
|
|
} else {
|
|
|
|
mac {
|