As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
15
www/webkitgtk4/patches/patch-Source_WTF_wtf_Compiler_h
Normal file
15
www/webkitgtk4/patches/patch-Source_WTF_wtf_Compiler_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
Disable musttail attribute, not supported by clang on powerpc, powerpc64
|
||||
and mips64.
|
||||
|
||||
Index: Source/WTF/wtf/Compiler.h
|
||||
--- Source/WTF/wtf/Compiler.h.orig
|
||||
+++ Source/WTF/wtf/Compiler.h
|
||||
@@ -321,7 +321,7 @@
|
||||
/* MUST_TAIL_CALL */
|
||||
|
||||
#if !defined(MUST_TAIL_CALL) && defined(__cplusplus) && defined(__has_cpp_attribute)
|
||||
-#if __has_cpp_attribute(clang::musttail)
|
||||
+#if __has_cpp_attribute(clang::musttail) && !defined(__mips__) && !defined(__powerpc__)
|
||||
#define MUST_TAIL_CALL [[clang::musttail]]
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue