From be57a1c4265b807a7451fa73cfe783748ea1006f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 4 Dec 2014 10:48:57 +0100 Subject: [PATCH] MonkeyStudio: build fix. @waddlesplash: please do a --clean and clean build to validate your recipes @scottmc: asking students for a screenshot of the package is not enough, please either test the recipes yourself, or don't review these tasks if you can't... --- dev-qt/monkeystudio/monkeystudio-1.9.0.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/monkeystudio/monkeystudio-1.9.0.4.recipe b/dev-qt/monkeystudio/monkeystudio-1.9.0.4.recipe index 4e6eeab07..85619506f 100644 --- a/dev-qt/monkeystudio/monkeystudio-1.9.0.4.recipe +++ b/dev-qt/monkeystudio/monkeystudio-1.9.0.4.recipe @@ -42,8 +42,8 @@ BUILD_REQUIRES=" BUILD() { - #qmake -set SYSTEM_QSCINTILLA 0 - #qmake -r prefix=$appsDir/MonkeyStudio + qmake -set SYSTEM_QSCINTILLA 0 + qmake -r prefix=$appsDir/MonkeyStudio make $jobArgs }