summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt4/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt4/PRE_BUILD')
-rwxr-xr-xx11-toolkits/qt4/PRE_BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/qt4/PRE_BUILD b/x11-toolkits/qt4/PRE_BUILD
index 4efb000c49..15a1cd62e5 100755
--- a/x11-toolkits/qt4/PRE_BUILD
+++ b/x11-toolkits/qt4/PRE_BUILD
@@ -41,4 +41,7 @@ sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
if [[ $QT_WEBKIT_VIDEO == n ]]; then
sed -i '1iDEFINES += ENABLE_VIDEO=0' src/3rdparty/webkit/Source/WebCore/WebCore.pro
-fi
+fi &&
+
+# fix moc for spells that depend on BOOST 1.53
+patch -p1 < $SPELL_DIRECTORY/qt-everywhere-opensource-src-4.8.4-QTBUG-22829.patch