diff options
Diffstat (limited to 'network/Blokkal/Blokkal.SlackBuild')
-rw-r--r-- | network/Blokkal/Blokkal.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/Blokkal/Blokkal.SlackBuild b/network/Blokkal/Blokkal.SlackBuild index d5fbce3689..dfb2641dd1 100644 --- a/network/Blokkal/Blokkal.SlackBuild +++ b/network/Blokkal/Blokkal.SlackBuild @@ -23,7 +23,7 @@ PRGNAM=Blokkal VERSION=${VERSION:-0.1.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -68,6 +68,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix building with qt4.7. +patch -p0 < $CWD/blokkal-1.2_qt47fix.diff + mkdir build cd build cmake \ |