diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-22 15:27:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:34:22 -0500 |
commit | ed8fc297a570169bd9a444a345f49737c4af3b67 (patch) | |
tree | 8a87ad10dc75797e11630735726435c276fa9c58 /graphics/k3d/k3d.SlackBuild | |
parent | 310cfb2724e005262acf7600f47cfceacd817c71 (diff) |
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 <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/k3d/k3d.SlackBuild')
-rw-r--r-- | graphics/k3d/k3d.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/k3d/k3d.SlackBuild b/graphics/k3d/k3d.SlackBuild index 7b6cea7db5e0f..1dc959a907cb4 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 |