ImageMagick/ImageMagick-library-installable-in-parallel.patch
Petr Gajdos d89fb3a885 Accepting request 1224644 from home:adkorte:branches:graphics
- version update to 7.1.1.41
  * Fix compiler identification with Clang on Darwin in #7773
  * revert map changes breaking ABI in #7768

OBS-URL: https://build.opensuse.org/request/show/1224644
OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=746
2024-11-18 06:51:32 +00:00

16 lines
565 B
Diff

Index: ImageMagick-7.1.1-38/configure
===================================================================
--- ImageMagick-7.1.1-38.orig/configure
+++ ImageMagick-7.1.1-38/configure
@@ -35059,7 +35059,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
printf "%s\n" "#define CONFIGURE_RELATIVE_PATH \"$CONFIGURE_RELATIVE_PATH\"" >>confdefs.h