commit f5b1bc9d75bc3a6b18dca7bd6ed95ad6f20e7954
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Apr 27 18:06:53 2015 +0300

    disable gcc arch autodetection, we have our own build flags for that
    
    and yet again, their autodetection built with -march=core2 which broke
    on real i686 hardware.

 ImageMagick.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index e9d1926..4f40cb6 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -31,7 +31,7 @@ Summary(tr.UTF-8):    X altında resim gösterme, çevirme ve 
değişiklik yapma
 Summary(uk.UTF-8):     Перегляд, конвертування та обробка зображень під X 
Window
 Name:          ImageMagick
 Version:       %{ver}%{?pver:.%{pver}}
-Release:       4
+Release:       5
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
@@ -672,6 +672,7 @@ touch www/Magick++/NEWS.html www/Magick++/ChangeLog.html
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-gcc-arch=no \
        %{!?with_opencl:--disable-opencl} \
        %{!?with_gomp:--disable-openmp} \
        --disable-silent-rules \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/f5b1bc9d75bc3a6b18dca7bd6ed95ad6f20e7954

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to