diff options
author | Cristian Othón Martínez Vera <cfuga@cfuga.mx> | 2023-10-26 13:07:25 -0600 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-10-27 05:43:51 +0000 |
commit | 5cb5c82f2b6b9db1b309c9cc10b870fe8f645c1b (patch) | |
tree | 2abc63b564d948727ae4d0359999fa21fe7487a1 /games-util | |
parent | dev-libs/libfilezilla: drop 0.39.1-r1, 0.42.2-r1 (diff) | |
download | gentoo-5cb5c82f2b6b9db1b309c9cc10b870fe8f645c1b.tar.gz gentoo-5cb5c82f2b6b9db1b309c9cc10b870fe8f645c1b.tar.bz2 gentoo-5cb5c82f2b6b9db1b309c9cc10b870fe8f645c1b.zip |
net-ftp/filezilla: fix build for x86 without SSE2
When FileZilla is compiled with ```-march=i686``` or ```-mtune=i686``` GCC flags,
also tries to compile SSE2 optimized code, but not all x86 CPUs support it.
This fix uses CPU_FLAGS_X86 to switch between SSE2 optimized or software emulated code.
Closes: https://bugs.gentoo.org/916119
Closes: https://github.com/gentoo/gentoo/pull/33528
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'games-util')
0 files changed, 0 insertions, 0 deletions