summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
committerVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
commite81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch)
tree763d6d68516ca9d184ddd2402978adcc4027a99d /www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h
parent92e45e47c29ec037842c4a34ebc0c14143d413ff (diff)
remove all ports to start from clean slateHEADmaster
This is due to the following two reasons: 1. it's very out of date compared with current ports tree (like by 2+ years!) - some of the ports here were mainly just updates I didn't upstream, which have since now been part of openbsd, like verilator 2. removing dependencies is a lot of headache to stay in sync and/or for ports I no longer use - e.g. dbus is very difficult to remove in a desktop while patching to remove from gtk and downstream - I don't want to spend more time reducing number of dependencies when I can be working instead. I no longer have as much free time as I did in high school :(
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h')
-rw-r--r--www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h28
1 files changed, 0 insertions, 28 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h b/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h
deleted file mode 100644
index ff6bfa6..0000000
--- a/www/webkitgtk4/patches/patch-Source_WTF_wtf_PlatformCPU_h
+++ /dev/null
@@ -1,28 +0,0 @@
1https://bugs.webkit.org/show_bug.cgi?id=129963
2
3Index: Source/WTF/wtf/PlatformCPU.h
4--- Source/WTF/wtf/PlatformCPU.h.orig
5+++ Source/WTF/wtf/PlatformCPU.h
6@@ -95,6 +95,13 @@
7 #define WTF_CPU_KNOWN 1
8 #endif
9
10+/* CPU(SPARC64) - SPARC V9 */
11+#if defined(__sparc64__)
12+#define WTF_CPU_KNOWN 1
13+#define WTF_CPU_SPARC64 1
14+#define WTF_CPU_BIG_ENDIAN 1
15+#endif
16+
17 /* CPU(X86) - i386 / x86 32-bit */
18 #if defined(__i386__) \
19 || defined(i386) \
20@@ -297,7 +304,7 @@
21 #define WTF_CPU_UNKNOWN 1
22 #endif
23
24-#if CPU(ARM) || CPU(MIPS) || CPU(RISCV64) || CPU(UNKNOWN)
25+#if CPU(ARM) || CPU(MIPS) || CPU(RISCV64) || CPU(SPARC64) || CPU(UNKNOWN)
26 #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
27 #endif
28