Add support for MIPS (#1294886)

This commit is contained in:
Rex Dieter 2015-12-31 10:25:29 -06:00
parent ca7d7f3f67
commit d9291c72f8
1 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Name: qtwebkit
Summary: Qt WebKit bindings Summary: Qt WebKit bindings
Version: 2.3.4 Version: 2.3.4
Release: 9%{?dist} Release: 10%{?dist}
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
URL: http://trac.webkit.org/wiki/QtWebKit URL: http://trac.webkit.org/wiki/QtWebKit
@ -125,10 +125,10 @@ Provides: qt4-webkit-devel%{?_isa} = 2:%{version}-%{release}
%patch1 -p1 -b .pluginpath %patch1 -p1 -b .pluginpath
%patch3 -p1 -b .debuginfo %patch3 -p1 -b .debuginfo
%patch4 -p1 -b .save_memory %patch4 -p1 -b .save_memory
%ifarch ppc ppc64 ppc64le s390 s390x %ifarch ppc ppc64 ppc64le s390 s390x %{mips}
%patch10 -p1 -b .system-malloc %patch10 -p1 -b .system-malloc
%endif %endif
%ifarch ppc ppc64 s390 s390x %ifarch ppc ppc64 s390 s390x mips mips64
# all big-endian arches require the Double2Ints fix # all big-endian arches require the Double2Ints fix
# still needed? -- rex # still needed? -- rex
%patch11 -p1 -b .Double2Ints %patch11 -p1 -b .Double2Ints
@ -150,7 +150,7 @@ PATH=`pwd`/bin:%{_qt4_bindir}:$PATH; export PATH
QMAKEPATH=`pwd`/Tools/qmake; export QMAKEPATH QMAKEPATH=`pwd`/Tools/qmake; export QMAKEPATH
QTDIR=%{_qt4_prefix}; export QTDIR QTDIR=%{_qt4_prefix}; export QTDIR
%ifarch aarch64 %ifarch aarch64 %{mips}
%global qtdefines DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0 %global qtdefines DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0
%endif %endif
@ -222,6 +222,9 @@ popd
%changelog %changelog
* Wed Dec 30 2015 Michal Toman <mtoman@fedoraproject.org> - 2.3.4-10
- Add support for MIPS (#1294886)
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.3.4-9 * Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.3.4-9
- Rebuilt for libwebp soname bump - Rebuilt for libwebp soname bump