diff options
Diffstat (limited to 'graphics/exact-image/exact-image.SlackBuild')
-rw-r--r-- | graphics/exact-image/exact-image.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild index 91035c0d51..c8be74bccd 100644 --- a/graphics/exact-image/exact-image.SlackBuild +++ b/graphics/exact-image/exact-image.SlackBuild @@ -3,7 +3,7 @@ # Written by Benjamin Trigona-Harany <bosth@alumni.sfu.ca> PRGNAM=exact-image -VERSION=${VERSION:-0.8.8} +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -49,9 +49,6 @@ 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 |