summaryrefslogtreecommitdiffstats
path: root/libraries/t4k_common/t4k_common.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-08-04 01:41:59 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitcce8f7a72a40aaebe5f9970486b06c6aa18d1d16 (patch)
tree3bd4bab47c6c4891b556215cdf346f683a9a2ae2 /libraries/t4k_common/t4k_common.SlackBuild
parentb6af6bb4797b0de802f24563b39a48fb6296e15a (diff)
downloadslackbuilds-cce8f7a72a40aaebe5f9970486b06c6aa18d1d16.tar.gz
slackbuilds-cce8f7a72a40aaebe5f9970486b06c6aa18d1d16.tar.xz
libraries/t4k_common: Patched SlackBuild.
Fixes build with libpng16 on -current.
Diffstat (limited to 'libraries/t4k_common/t4k_common.SlackBuild')
-rw-r--r--libraries/t4k_common/t4k_common.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/t4k_common/t4k_common.SlackBuild b/libraries/t4k_common/t4k_common.SlackBuild
index 2975a8ff48..9fb0cad487 100644
--- a/libraries/t4k_common/t4k_common.SlackBuild
+++ b/libraries/t4k_common/t4k_common.SlackBuild
@@ -51,6 +51,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 {} \;
+# Patch for libpng16 (-current) (from Debian)
+patch -p1 < $CWD/libpng.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \