diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-11-23 11:09:14 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:30:03 -0500 |
commit | 0d782020366bb6b5d5ee34849ebb37cc15faaaa0 (patch) | |
tree | 5129a7ba496f752d19854e59a121146f3b98d6a6 | |
parent | 065518d418c50da81a6ae4c736c738915f4a5284 (diff) | |
download | slackbuilds-0d782020366bb6b5d5ee34849ebb37cc15faaaa0.tar.gz |
games/img2xterm: Patch for imagemagick >=7.x.
Thanks to USUARIONUEVO on LQ
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | games/img2xterm/img2xterm.SlackBuild | 3 |
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 \ |