]> git.pld-linux.org Git - packages/gd.git/commitdiff
- sse bcond fix (only custom setting was affected)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 15:16:19 +0000 (17:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Aug 2016 15:16:19 +0000 (17:16 +0200)
gd.spec

diff --git a/gd.spec b/gd.spec
index 07e05659aaaf337100d0b9e7f865419c0bdf4981..ad3b02788984fe65bda4955cc10a883d2d6aaba8 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -7,7 +7,7 @@
 %bcond_without tests           # "make check"
 #
 %ifarch pentium3 pentium4
-%define        with_ssemath    1
+%define        with_sse        1
 %endif
 Summary:       Library for PNG, JPEG creation
 Summary(es.UTF-8):     Biblioteca para manipulación de imágenes
@@ -191,7 +191,7 @@ CFLAGS="%{rpmcflags} -msse -mfpmath=sse"
 # https://bitbucket.org/libgd/gd-libgd/issue/72/gdimagestringft_bbox-test-fails-on-old (what is the exact reason???)
 XFAIL_TESTS=gdimagestringft/gdimagestringft_bbox
 %ifarch %{ix86}
-%if %{without ssemath}
+%if %{without sse}
 # 387 arithmetic is inexact, https://github.com/libgd/libgd/issues/242
 XFAIL_TESTS="$XFAIL_TESTS gdimagecopyresampled/bug00201 gdimagerotate/bug00067"
 %endif
This page took 0.129729 seconds and 4 git commands to generate.