svn commit: r527315 - head/devel/llbuild
Mark Linimon
linimon at FreeBSD.org
Fri Feb 28 02:44:48 UTC 2020
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
More information about the svn-ports-all
mailing list