svn commit: r519108 - head/devel/chromium-gn

Piotr Kubaj pkubaj at FreeBSD.org
Thu Dec 5 21:19:43 UTC 2019


Author: pkubaj
Date: Thu Dec  5 21:19:42 2019
New Revision: 519108
URL: https://svnweb.freebsd.org/changeset/ports/519108

Log:
  devel/chromium-gn: unbreak on powerpc64 elfv2
  
  FreeBSD 13 soon switches to elfv2 abi, on which this port builds.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/chromium-gn/Makefile

Modified: head/devel/chromium-gn/Makefile
==============================================================================
--- head/devel/chromium-gn/Makefile	Thu Dec  5 20:38:50 2019	(r519107)
+++ head/devel/chromium-gn/Makefile	Thu Dec  5 21:19:42 2019	(r519108)
@@ -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


More information about the svn-ports-head mailing list