ImageMagick/ImageMagick-library-installable-in-parallel.patch
Petr Gajdos 60290c2224 - version update to 7.1.0.33
see the upstream changelog:
  * https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
- modified patches
  % ImageMagick-configuration-SUSE.patch (refreshed)
  % ImageMagick-library-installable-in-parallel.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=599
2022-05-10 14:22:59 +00:00

16 lines
559 B
Diff

Index: ImageMagick-7.1.0-33/configure
===================================================================
--- ImageMagick-7.1.0-33.orig/configure
+++ ImageMagick-7.1.0-33/configure
@@ -33042,7 +33042,9 @@ fi
# Subdirectory to place architecture-dependent configuration files
-CONFIGURE_RELATIVE_PATH="${PACKAGE_NAME}-${MAGICK_MAJOR_VERSION}"
+if test "x$CONFIGURE_RELATIVE_PATH" = "x"; then
+ CONFIGURE_RELATIVE_PATH="${PACKAGE_NAME}-${MAGICK_MAJOR_VERSION}"
+fi
cat >>confdefs.h <<_ACEOF
#define CONFIGURE_RELATIVE_PATH "$CONFIGURE_RELATIVE_PATH"