- update to 7.1.0.50: upstream changelog: https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md - rebae ImageMagick-library-installable-in-parallel.patch OBS-URL: https://build.opensuse.org/request/show/1010128 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=617
16 lines
565 B
Diff
16 lines
565 B
Diff
Index: ImageMagick-7.1.0-50/configure
|
|
===================================================================
|
|
--- ImageMagick-7.1.0-50.orig/configure
|
|
+++ ImageMagick-7.1.0-50/configure
|
|
@@ -35036,7 +35036,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
|
|
|