Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 21:19:43 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519108 - head/devel/chromium-gn
Message-ID:  <201912052119.xB5LJhUo057669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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