Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 02:44:47 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527315 - head/devel/llbuild
Message-ID:  <202002280244.01S2ilrU097900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Feb 28 02:44:47 2020
New Revision: 527315
URL: https://svnweb.freebsd.org/changeset/ports/527315

Log:
  Limit powerpc64 breakage to elfv1 (e.g. GCC).

Modified:
  head/devel/llbuild/Makefile

Modified: head/devel/llbuild/Makefile
==============================================================================
--- head/devel/llbuild/Makefile	Fri Feb 28 00:46:10 2020	(r527314)
+++ head/devel/llbuild/Makefile	Fri Feb 28 02:44:47 2020	(r527315)
@@ -14,7 +14,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.txt
 
 BROKEN_aarch64=		fails to link: undefined symbol: sbrk
-BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wdocumentation"
+BROKEN_FreeBSD_11_powerpc64=	fails to build on powerpc64 elfv1: unrecognized command line option "-Wdocumentation"
+BROKEN_FreeBSD_12_powerpc64=	fails to build on powerpc64 elfv1: unrecognized command line option "-Wdocumentation"
 
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
 



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