From 3c460b4aa790a72745facc2d21fd462af67e590a Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 5 Dec 2019 21:19:42 +0000 Subject: [PATCH] devel/chromium-gn: unbreak on powerpc64 elfv2 FreeBSD 13 soon switches to elfv2 abi, on which this port builds. Approved by: mentors (implicit approval) --- devel/chromium-gn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/chromium-gn/Makefile b/devel/chromium-gn/Makefile index 561969111312..e84cbcf8a11f 100644 --- a/devel/chromium-gn/Makefile +++ b/devel/chromium-gn/Makefile @@ -8,7 +8,8 @@ COMMENT= Gn meta build framework MASTERDIR= ${.CURDIR}/../../www/chromium -BROKEN_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope +BROKEN_FreeBSD_11_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope +BROKEN_FreeBSD_12_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope BUILDTYPE= Release NO_BUILD= yes