summaryrefslogtreecommitdiffstats
path: root/graphics/exact-image/exact-image.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/exact-image/exact-image.SlackBuild')
-rw-r--r--graphics/exact-image/exact-image.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild
index c3c920c02d..746c809d07 100644
--- a/graphics/exact-image/exact-image.SlackBuild
+++ b/graphics/exact-image/exact-image.SlackBuild
@@ -4,7 +4,7 @@
PRGNAM=exact-image
VERSION=${VERSION:-0.8.7}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -49,6 +49,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Fix includes
+patch -p1 -i $CWD/includes.patch
+
# Patch to fix libpng linkage
patch -p1 --verbose < $CWD/png.cc-libpng14.diff