mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
$NetBSD: patch-mkspecs_features_qt__module__pris.prf,v 1.1 2014/12/30 17:23:46 adam Exp $
|
|
|
|
* Build libtoolized shared libraries
|
|
|
|
--- mkspecs/features/qt_module_pris.prf.orig 2013-11-27 01:01:16.000000000 +0000
|
|
+++ mkspecs/features/qt_module_pris.prf
|
|
@@ -59,7 +59,7 @@ MODULE_FWD_PRI = $$mod_work_pfx/qt_lib_$
|
|
else: \
|
|
module_rundep =
|
|
static: \
|
|
- module_build_type = staticlib
|
|
+ module_build_type =
|
|
else:mac:contains(QT_CONFIG, qt_framework): \
|
|
module_build_type = lib_bundle
|
|
else: \
|