summaryrefslogtreecommitdiffstats
path: root/misc/krename/krename.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/krename/krename.SlackBuild')
-rw-r--r--misc/krename/krename.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/krename/krename.SlackBuild b/misc/krename/krename.SlackBuild
index f084711cd4..4e67905635 100644
--- a/misc/krename/krename.SlackBuild
+++ b/misc/krename/krename.SlackBuild
@@ -71,6 +71,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Fix for gcc >= 6.x
+patch -p1 < $CWD/null.patch
+
KDEPREF=$(kde4-config --prefix)
cmake \