* dropped ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch, issue is almost fixed -> new test-signatures.patch, see followups in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 * created rpath.patch * created dont-build-in-install.patch - upstream changes * Do not write zero-length TIFF tags * Do not split words for caption * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * etc. see ChangeLog OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=145
14 lines
553 B
Diff
14 lines
553 B
Diff
Index: ImageMagick-6.8.4-0/PerlMagick/Makefile.am
|
|
===================================================================
|
|
--- ImageMagick-6.8.4-0.orig/PerlMagick/Makefile.am
|
|
+++ ImageMagick-6.8.4-0/PerlMagick/Makefile.am
|
|
@@ -70,7 +69,7 @@ check-perl: $(PERLMAKEFILE)
|
|
cd $(PERLMAGICK) && $(abs_top_builddir)/magick.sh $(MAKE) CC='@CC@' test
|
|
|
|
perl-build: $(PERLMAKEFILE)
|
|
- ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' )
|
|
+ ( cd $(PERLMAGICK) && sed -i 's:LD_RUN_PATH:DIE_RPATH_DIE:' Makefile quantum/Makefile && $(MAKE) CC='@CC@' )
|
|
|
|
else
|
|
if WITH_PERL_STATIC
|