media-gfx/gimp: Fix suppressing system CFLAGS on configuration tests
authorSergey Torokhov <torokhov-s-a@yandex.ru>
Sun, 15 Dec 2019 22:38:29 +0000 (01:38 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 7 Jan 2020 06:20:00 +0000 (08:20 +0200)
commitc9813ac11df007d7bc9f8b09ef667d02d5c52fdd
tree40508ea0fa86c40620fc586725be52a659942b1a
parentdeea413883f4207c8bc6d2c436c860aab77783bd
media-gfx/gimp: Fix suppressing system CFLAGS on configuration tests

During configuration tests CPU support of SSE2 and SSE4.1 in configure.ac file
the system env variable CFLAGS parameters are suppressed by addition of -msse2
and -msse4.1 that results in the GIMP will be compiled with their support
but the compilation will fail if system CFLAGS has SSE2 and SSE4.1 disabled
(i.e. -mno-sse2 and -mno-sse4.1 is used).

Closes: https://bugs.gentoo.org/702554
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13992
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-gfx/gimp/gimp-2.10.10-r1.ebuild
media-gfx/gimp/gimp-2.10.12.ebuild
media-gfx/gimp/gimp-2.10.14.ebuild
media-gfx/gimp/gimp-2.9.8-r1.ebuild