mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
453 B
Prolog
16 lines
453 B
Prolog
$NetBSD: patch-qtwebkit_Source_QtWebKit.pro,v 1.1 2013/12/13 14:38:35 ryoon Exp $
|
|
|
|
* Make all libraries as shared, I am not sure...
|
|
|
|
--- qtwebkit/Source/QtWebKit.pro.orig 2013-11-27 01:01:51.000000000 +0000
|
|
+++ qtwebkit/Source/QtWebKit.pro
|
|
@@ -5,7 +5,7 @@
|
|
# -------------------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
-CONFIG += ordered
|
|
+CONFIG += ordered force_static_libs_as_shared
|
|
|
|
api.file = api.pri
|
|
SUBDIRS += api
|