[Bug 265905] www/firefox: 104.0 build failure (12-i386) - alignment error
Date: Sat, 20 Aug 2022 19:11:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265905
Martin Birgmeier <d8zNeCFG@aon.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |d8zNeCFG@aon.at
--- Comment #3 from Martin Birgmeier <d8zNeCFG@aon.at> ---
It seems to compile with the following patch:
--- toolkit/components/protobuf/src/google/protobuf/arena_impl.h.ORIG
2022-08-19 01:40:42.000000000 +0200
+++ toolkit/components/protobuf/src/google/protobuf/arena_impl.h
2022-08-20 20:51:14.312522000 +0200
@@ -56,6 +56,7 @@
namespace internal {
// To prevent sharing cache lines between threads
+#define __cpp_aligned_new 1
#ifdef __cpp_aligned_new
enum { kCacheAlignment = 64 };
#else
(gleaned from comparing with the slightly older port version of protobuf)
-- Martin
--
You are receiving this mail because:
You are the assignee for the bug.