summaryrefslogtreecommitdiffstats
path: root/libraries/t4k_common/t4k_common.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-13 09:51:07 +0100
committer Matteo Bernardini2021-03-13 09:51:07 +0100
commitc5bb5dd52a13925967a983b389bfa4505e764df4 (patch)
treebdc91c2ef3052140f36dcc1fdfc4eb231e15c328 /libraries/t4k_common/t4k_common.SlackBuild
parent30ef0ed8a2abb2e72f707b3447d313ffe66ad4f8 (diff)
downloadslackbuilds-c5bb5dd52a13925967a983b389bfa4505e764df4.tar.gz
20210313.1 global branch merge.current-20210313.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 9fb0cad487..71f7238a31 100644
--- a/libraries/t4k_common/t4k_common.SlackBuild
+++ b/libraries/t4k_common/t4k_common.SlackBuild
@@ -54,6 +54,9 @@ find -L . \
# Patch for libpng16 (-current) (from Debian)
patch -p1 < $CWD/libpng.patch
+# Fix segfaults with then newer librsvg (from Debian)
+patch -p1 < $CWD/916060_bugfix.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \