ImageMagick/ImageMagick-library-installable-in-parallel.patch
Petr Gajdos 27c8ddcc8f - version update to 7.0.11.5
* OpenCL will be disable by default, use the environment variable
    MAGICK_OCL_DEVICE to turn it on or select the device to use.
- modified patches
  % ImageMagick-library-installable-in-parallel.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=557
2021-03-31 08:51:39 +00:00

16 lines
631 B
Diff

Index: ImageMagick-7.0.11-5/configure
===================================================================
--- ImageMagick-7.0.11-5.orig/configure 2021-03-28 17:25:01.000000000 +0200
+++ ImageMagick-7.0.11-5/configure 2021-03-31 10:43:15.013707778 +0200
@@ -33198,7 +33198,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"