SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/webkitgtk4/patches/patch-Source_WTF_wtf_PageBlock_h
Normal file
12
www/webkitgtk4/patches/patch-Source_WTF_wtf_PageBlock_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Source/WTF/wtf/PageBlock.h
|
||||
--- Source/WTF/wtf/PageBlock.h.orig
|
||||
+++ Source/WTF/wtf/PageBlock.h
|
||||
@@ -55,6 +55,8 @@ constexpr size_t CeilingOnPageSize = 16 * KB;
|
||||
constexpr size_t CeilingOnPageSize = 64 * KB;
|
||||
#elif OS(WINDOWS) || CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(ARM64) || CPU(RISCV64)
|
||||
constexpr size_t CeilingOnPageSize = 4 * KB;
|
||||
+#elif CPU(SPARC64)
|
||||
+constexpr size_t CeilingOnPageSize = 8 * KB;
|
||||
#else
|
||||
#error Must set CeilingOnPageSize in PageBlock.h when adding a new CPU architecture!
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue