* 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
18 lines
669 B
Diff
18 lines
669 B
Diff
perl Makefile.PL always regenerates Makefile
|
|
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
|
|
@@ -57,9 +57,8 @@ PERLMAGICK_CHECKSCRPTS =
|
|
$(PERLMAKEFILE): perl-sources $(MAGICKCORE_LIBS) $(MAGICKWAND_LIBS) $(PERLMAKEMAKER)
|
|
cd $(PERLMAGICK) && @PERL@ Makefile.PL $(PERL_MAKE_OPTIONS)
|
|
|
|
-install-exec-perl: $(PERLMAKEFILE)
|
|
- ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
|
|
- $(MAKE) CC='@CC@' install )
|
|
+install-exec-perl:
|
|
+ ( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' install )
|
|
|
|
all-perl: perl-sources
|
|
|