automoc: don't hang when CMake doesn't respond (patch from FreeBSD).

This commit is contained in:
Augustin Cavalier
2014-07-17 12:53:53 -04:00
parent 822c03f2ae
commit 03ccbe7296
2 changed files with 27 additions and 1 deletions

View File

@@ -4,9 +4,10 @@ CMake that generates lists of files to run MOC on. It's required for \
building KDE."
HOMEPAGE="https://techbase.kde.org/Development/Tools/Automoc4"
SRC_URI="git+git://anongit.kde.org/automoc.git#afddb64aa0"
REVISION="1"
REVISION="2"
LICENSE="BSD (2-clause)"
COPYRIGHT="2007 Matthias Kretz"
PATCHES="automoc-$portVersion.patch"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then