summaryrefslogtreecommitdiffstats
path: root/libraries/tkimg/tkimg.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2012-09-25 13:11:48 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-09-26 00:00:12 -0500
commit32f1e178d6c327765d2ddc956bff9d4a36c68729 (patch)
tree4f51696458a2abe779b9273b29f5495b0083875f /libraries/tkimg/tkimg.SlackBuild
parentbdd42a4cce011979a4cf7c9dac8e2a24c5522e8c (diff)
downloadslackbuilds-32f1e178d6c327765d2ddc956bff9d4a36c68729.tar.gz
slackbuilds-32f1e178d6c327765d2ddc956bff9d4a36c68729.tar.xz
libraries/tkimg: Fixed linking of the included libtiff
Thanks to Gentoo for the patch. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/tkimg/tkimg.SlackBuild')
-rw-r--r--libraries/tkimg/tkimg.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/tkimg/tkimg.SlackBuild b/libraries/tkimg/tkimg.SlackBuild
index 58b635a67e..85a93698f5 100644
--- a/libraries/tkimg/tkimg.SlackBuild
+++ b/libraries/tkimg/tkimg.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=tkimg
VERSION=${VERSION:-1.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,6 +69,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# https://bugs.gentoo.org/show_bug.cgi?id=356907
+patch -p1 < $CWD/tkimg-1.4-nojbig.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \