diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-12-24 13:56:48 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-12-24 13:56:48 +0000 |
commit | 1301f4cc433714f2e8db102ab2d34f84924d5ee7 (patch) | |
tree | ab7016fd813a287537a167ff2df28899000070e1 /patches | |
parent | 6f7d6ffbee2ab6258c6f19b8ab57e3d104a9a50c (diff) | |
download | midipix_build-1301f4cc433714f2e8db102ab2d34f84924d5ee7.tar.bz2 midipix_build-1301f4cc433714f2e8db102ab2d34f84924d5ee7.tar.xz |
vars/build.vars:native_packages_etc: adds imagemagick v7.0.9-10 (via Redfoxmoon.)
patches/imagemagick-7.0.9-10.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/imagemagick-7.0.9-10.local.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/imagemagick-7.0.9-10.local.patch b/patches/imagemagick-7.0.9-10.local.patch new file mode 100644 index 00000000..811a602f --- /dev/null +++ b/patches/imagemagick-7.0.9-10.local.patch @@ -0,0 +1,17 @@ +diff -ru ImageMagick-7.0.9-10.orig/configure ImageMagick-7.0.9-10/configure +--- ImageMagick-7.0.9-10.orig/configure 2019-12-22 16:01:03.000000000 +0100 ++++ ImageMagick-7.0.9-10/configure 2019-12-24 14:17:48.641714511 +0100 +@@ -22639,13 +22639,7 @@ + + # Only allow building loadable modules if we are building shared libraries + if test "$with_modules" != 'no' ; then +- if test "$libtool_build_shared_libs" = 'no'; then +- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Modules may only be built if building shared libraries is enabled." >&5 +-$as_echo "$as_me: WARNING: Modules may only be built if building shared libraries is enabled." >&2;} +- build_modules='no' +- else + build_modules='yes' +- fi + fi + if test "$build_modules" != 'no' ; then + |