Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 12:33:22 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8efc1c41f45d - main - www/firefox: fix build on powerpc64le
Message-ID:  <202306101233.35ACXMK5021470@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8efc1c41f45d0d7c7fe2b9c05128bd00db9c397d

commit 8efc1c41f45d0d7c7fe2b9c05128bd00db9c397d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-06-10 12:28:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-06-10 12:31:55 +0000

    www/firefox: fix build on powerpc64le
    
    failed to perform tail call elimination on a call site marked musttail
---
 .../files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h     | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/www/firefox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h b/www/firefox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h
new file mode 100644
index 000000000000..64e279cf29f0
--- /dev/null
+++ b/www/firefox/files/patch-gfx_skia_skia_src_core_SkRasterPipeline.h
@@ -0,0 +1,11 @@
+--- gfx/skia/skia/src/core/SkRasterPipeline.h.orig	2023-06-10 14:20:18.155477000 +0200
++++ gfx/skia/skia/src/core/SkRasterPipeline.h	2023-06-10 14:20:30.760915000 +0200
+@@ -24,7 +24,7 @@
+ struct SkImageInfo;
+ struct skcms_TransferFunction;
+ 
+-#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32)
++#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32) && !defined(__powerpc__)
+     #define SK_HAS_MUSTTAIL 1
+ #else
+     #define SK_HAS_MUSTTAIL 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306101233.35ACXMK5021470>