summarylogtreecommitdiffstats
path: root/im7.patch
blob: 5057ac6ae647eecd4b665f4d91dd836e1840e570 (plain)
1
2
3
4
5
6
7
8
9
10
# Patch created to fix an ImageMagick bug introduced in version 7.0.8.
# The error has already been fixed, and the fix will be made available in the next stable release.
# Further details at the link below:
# https://github.com/ImageMagick/ImageMagick/pull/1371

10c10,11
< MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static)
---
> MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static | sed "s/MAGICK_EXTRA_DEP_LIBS//g")
>