summaryrefslogtreecommitdiffstats
path: root/graphics/k3d/k3d.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/k3d/k3d.SlackBuild')
-rw-r--r--graphics/k3d/k3d.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/k3d/k3d.SlackBuild b/graphics/k3d/k3d.SlackBuild
index 7b6cea7db5..1dc959a907 100644
--- a/graphics/k3d/k3d.SlackBuild
+++ b/graphics/k3d/k3d.SlackBuild
@@ -73,6 +73,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 {} \;
+# From upstream
+patch -p1 < $CWD/gcc7.patch
+
# Fix man install directory.
sed -i "s|share/man|man|" share/man/CMakeLists.txt