!57 添加sw架构
From: @wuzx065891 Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
025a9de222
@ -9,7 +9,7 @@
|
|||||||
#Basic Information
|
#Basic Information
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.36.3
|
Version: 2.36.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: GTK+ Web content engine library
|
Summary: GTK+ Web content engine library
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://www.webkitgtk.org/
|
URL: https://www.webkitgtk.org/
|
||||||
@ -23,6 +23,9 @@ Source1: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
|
|||||||
%ifarch loongarch64
|
%ifarch loongarch64
|
||||||
Patch0001: 0001-webkitgtk-add-loongarch.patch
|
Patch0001: 0001-webkitgtk-add-loongarch.patch
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch sw_64
|
||||||
|
Patch0002: webkitgtk-2.32.1-sw.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
#Dependency
|
#Dependency
|
||||||
BuildRequires: at-spi2-core-devel bison cairo-devel cmake enchant2-devel
|
BuildRequires: at-spi2-core-devel bison cairo-devel cmake enchant2-devel
|
||||||
@ -212,6 +215,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 29 2022 wuzx<wuzx1226@qq.com> - 2.36.3-3
|
||||||
|
- Add sw64 architecture
|
||||||
|
|
||||||
* Mon Nov 14 2022 huajingyun <huajingyun@loongson.cn> 2.36.3-2
|
* Mon Nov 14 2022 huajingyun <huajingyun@loongson.cn> 2.36.3-2
|
||||||
- Add support loongarch
|
- Add support loongarch
|
||||||
|
|
||||||
|
|||||||
12
webkitgtk-2.32.1-sw.patch
Executable file
12
webkitgtk-2.32.1-sw.patch
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur webkitgtk-2.32.1.org/Source/WTF/wtf/dtoa/utils.h webkitgtk-2.32.1.sw/Source/WTF/wtf/dtoa/utils.h
|
||||||
|
--- webkitgtk-2.32.1.org/Source/WTF/wtf/dtoa/utils.h 2022-06-06 15:32:28.840000000 +0000
|
||||||
|
+++ webkitgtk-2.32.1.sw/Source/WTF/wtf/dtoa/utils.h 2022-06-06 15:33:01.600000000 +0000
|
||||||
|
@@ -86,7 +86,7 @@
|
||||||
|
defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__) || \
|
||||||
|
defined(_POWER) || defined(_ARCH_PPC) || defined(_ARCH_PPC64) || \
|
||||||
|
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
|
||||||
|
- defined(__SH4__) || defined(__alpha__) || \
|
||||||
|
+ defined(__SH4__) || defined(__alpha__) || defined(__sw_64__) || \
|
||||||
|
defined(_MIPS_ARCH_MIPS32R2) || \
|
||||||
|
defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \
|
||||||
|
defined(__riscv) || \
|
||||||
Loading…
x
Reference in New Issue
Block a user