From ed8fc297a570169bd9a444a345f49737c4af3b67 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 22 Jun 2017 15:27:26 +0200 Subject: graphics/k3d: Patch for gcc >= 7.x. Move graphviz between the mandatory dependencies or docs aren't built correctly (and compilation breaks) Signed-off-by: Matteo Bernardini --- graphics/k3d/k3d.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics/k3d/k3d.SlackBuild') 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 -- cgit v1.2.3