summaryrefslogtreecommitdiffstats
path: root/games/img2xterm
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-27 10:25:10 +0100
committer Matteo Bernardini2021-03-27 10:25:10 +0100
commit2fba1c878b57d3afa631b9369518be5d21221c09 (patch)
treedce412a05dfeb7fbb53d24c934a732c3b522ad0f /games/img2xterm
parentf4c325577c3399f98410adb164155c38bb8ed86a (diff)
downloadslackbuilds-current-20210327.1.tar.gz
20210327.1 global branch merge.current-20210327.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/img2xterm')
-rw-r--r--games/img2xterm/img2xterm.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/img2xterm/img2xterm.SlackBuild b/games/img2xterm/img2xterm.SlackBuild
index 21345282bd..0726604b35 100644
--- a/games/img2xterm/img2xterm.SlackBuild
+++ b/games/img2xterm/img2xterm.SlackBuild
@@ -50,6 +50,9 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
+# Fix an header path for imagemagick >= 7.x
+sed -i "s|wand/MagickWand|MagickWand/MagickWand|" img2xterm.c
+
# Hardcoded stuffs. The LN line turns the absolute symlinks into
# relative, so we don't end up with links to $PKG.
sed -i \