diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-10 14:15:54 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-10 14:15:54 +0100 |
commit | 20eef56887a9dd8d54298755f1c02db9b3ef94d7 (patch) | |
tree | 60903a2eff554e15fdeba77b0f7bedc04cd45827 /extra/imagemagick/build | |
parent | 0eb113ea3341487379f771f20632978470a42eef (diff) | |
download | repository-20eef56887a9dd8d54298755f1c02db9b3ef94d7.tar.gz |
imagemagick: bump to 7.1.0-61
Diffstat (limited to 'extra/imagemagick/build')
-rwxr-xr-x | extra/imagemagick/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/imagemagick/build b/extra/imagemagick/build index e5836de3..ccadba92 100755 --- a/extra/imagemagick/build +++ b/extra/imagemagick/build @@ -7,7 +7,8 @@ --disable-nls \ --without-magick-plus-plus \ --without-perl \ - --without-xml + --without-xml \ + --without-x make make DESTDIR="$1" install |