summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-bf
blob: 407ed8c98e2d1c18f417e6e325f5d1d901072e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-bf,v 1.2 2012/01/12 22:59:58 adam Exp $

Build shared libjscore.

--- src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro.orig	2011-12-08 05:06:02.000000000 +0000
+++ src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro
@@ -4,7 +4,6 @@ include($$PWD/../WebKit.pri)
 include(JavaScriptCore.pri)
 
 TEMPLATE = lib
-CONFIG += staticlib
 # Don't use JavaScriptCore as the target name. qmake would create a JavaScriptCore.vcproj for msvc
 # which already exists as a directory
 TARGET = $$JAVASCRIPTCORE_TARGET
@@ -19,17 +19,14 @@ contains(QT_CONFIG, embedded):CONFIG += 
 # WebCore adds these config only when in a standalone build.
 # qbase.pri takes care of that when in a QTDIR_build
 # Here we add the config for both cases since we don't include qbase.pri
-contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
-unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
 
 CONFIG(QTDIR_build) {
+    include($$QT_SOURCE_TREE/src/qbase.pri)
     # Remove the following 2 lines if you want debug information in JavaScriptCore
     CONFIG -= separate_debug_info
     CONFIG += no_debug_info
 }
 
-*-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2
-*-g++*:QMAKE_CXXFLAGS_RELEASE += -O3
 
 # Rules when JIT enabled (not disabled)
 !contains(DEFINES, ENABLE_JIT=0) {