* Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 in #7895 * Enable any dither method such as Floyd-Steinberg for Magick::Image::map() in #7937 * Magick++ Documentation Verification in #7906 * fix type casting in statistic.c in #7982 - removed patched (upstreamed) - ImageMagick-0-1-are-special-cases-for-pow.patch - ImageMagick-check-for-pow-zero.patch - ImageMagick-gamma-should-call-GammaImage.patch OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=752
16 lines
565 B
Diff
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
|
|
|