summaryrefslogtreecommitdiffstats
path: root/system/argyllcms/argyllcms.SlackBuild
diff options
context:
space:
mode:
author David Spencer2015-12-29 23:59:01 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit656a421df085c7830a07f0865c4de4f9f4291596 (patch)
tree190ec358669486685c37a7201853c3a7c484dbcf /system/argyllcms/argyllcms.SlackBuild
parentc968bf123f82bcef51dd6dc6de6e9504e9b2429c (diff)
downloadslackbuilds-656a421df085c7830a07f0865c4de4f9f4291596.tar.gz
system/argyllcms: Fixed build with gcc-5.3.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/argyllcms/argyllcms.SlackBuild')
-rw-r--r--system/argyllcms/argyllcms.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/argyllcms/argyllcms.SlackBuild b/system/argyllcms/argyllcms.SlackBuild
index 91480be2f4..4805c28471 100644
--- a/system/argyllcms/argyllcms.SlackBuild
+++ b/system/argyllcms/argyllcms.SlackBuild
@@ -75,6 +75,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 640 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Patch for gcc-5 thanks to Debian
+patch -p1 < $CWD/argyllcms-1.8.0-gcc5.patch
+
### install steps have been shamelessly copied from Arch Linux PKGBUILD
### https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/argyllcms
sh ./makeall.sh