automoc4/automoc4-0.9.88-fix-blocking.patch

11 lines
414 B
Diff
Raw Normal View History

--- kde4automoc.cpp.orig 2009-01-22 09:50:09.000000000 -0900
+++ kde4automoc.cpp 2011-11-28 08:49:56.000000000 -0900
@@ -71,7 +71,7 @@
QStringList args(cmakeEchoColorArgs);
args << msg;
cmakeEcho.start(cmakeExecutable, args, QIODevice::NotOpen);
- cmakeEcho.waitForFinished(-1);
+ cmakeEcho.waitForFinished(2000);
}
QString builddir;