summaryrefslogtreecommitdiffstats
path: root/libraries/t4k_common/t4k_common.SlackBuild
diff options
context:
space:
mode:
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 \