Fix no-sse2 patch FTBFS (on i686)

* Fri Mar 31 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-4
- Fix no-sse2 patch FTBFS (on i686)
epel9
Kevin Kofler 8 years ago
parent 6b35b7c497
commit 6441d4c5a9

@ -36,7 +36,7 @@
Summary: Qt5 - QtWebEngine components Summary: Qt5 - QtWebEngine components
Name: qt5-qtwebengine Name: qt5-qtwebengine
Version: 5.8.0 Version: 5.8.0
Release: 3%{?dist} Release: 4%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
@ -534,6 +534,9 @@ popd
%changelog %changelog
* Fri Mar 31 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-4
- Fix no-sse2 patch FTBFS (on i686)
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-3 * Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-3
- make buildable against qt5 < 5.8 too - make buildable against qt5 < 5.8 too

@ -5303,7 +5303,7 @@ diff -Nur qtwebengine-opensource-src-5.8.0/src/core/qtwebengine.gypi qtwebengine
'conditions': [ 'conditions': [
+ ['target_arch=="ia32"', { + ['target_arch=="ia32"', {
+ 'dependencies': [ + 'dependencies': [
+ '<(chromium_src_dir)/v8/tools/gyp/v8_sse2.gyp:v8_sse2', + '<(chromium_src_dir)/v8/src/v8_sse2.gyp:v8_sse2',
+ ], + ],
+ }], + }],
['OS=="win" and win_use_allocator_shim==1', { ['OS=="win" and win_use_allocator_shim==1', {

Loading…
Cancel
Save