- Update to 7.1.0.57: * https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#710-57 OBS-URL: https://build.opensuse.org/request/show/1050494 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=627
16 lines
565 B
Diff
16 lines
565 B
Diff
Index: ImageMagick-7.1.0-57/configure
|
|
===================================================================
|
|
--- ImageMagick-7.1.0-57.orig/configure
|
|
+++ ImageMagick-7.1.0-57/configure
|
|
@@ -35038,7 +35038,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
|
|
|