summarylogtreecommitdiffstats
path: root/imagemagick7.patch
diff options
context:
space:
mode:
authorXenGi2018-01-15 13:41:04 +0100
committerXenGi2018-01-15 13:41:04 +0100
commit26d00c43c1a3956bf5fcadf845ab1ad08218de76 (patch)
treecc85c0e7fdce118826f9d9dca703dc6c8e735633 /imagemagick7.patch
parent6ba154f8735c6ea49dcdcc18aaadc8c8f2b00cd9 (diff)
downloadaur-26d00c43c1a3956bf5fcadf845ab1ad08218de76.tar.gz
temporary patch until upstream gets fixed
Diffstat (limited to 'imagemagick7.patch')
-rw-r--r--imagemagick7.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagemagick7.patch b/imagemagick7.patch
new file mode 100644
index 000000000000..b1773c0c30d1
--- /dev/null
+++ b/imagemagick7.patch
@@ -0,0 +1,13 @@
+diff --git a/img2xterm.c b/img2xterm.c
+index 329ec82..b23e3de 100644
+--- a/img2xterm.c
++++ b/img2xterm.c
+@@ -15,7 +15,7 @@
+ #include <string.h>
+ #include <limits.h>
+ #include <math.h>
+-#include <wand/MagickWand.h>
++#include <MagickWand/MagickWand.h>
+
+ #ifndef NO_CURSES
+ #include <term.h>