svn commit: r563855 - head/devel/llbuild

Mark Linimon linimon at FreeBSD.org
Wed Feb 3 00:44:09 UTC 2021


Author: linimon
Date: Wed Feb  3 00:44:09 2021
New Revision: 563855
URL: https://svnweb.freebsd.org/changeset/ports/563855

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/llbuild/Makefile

Modified: head/devel/llbuild/Makefile
==============================================================================
--- head/devel/llbuild/Makefile	Wed Feb  3 00:27:55 2021	(r563854)
+++ head/devel/llbuild/Makefile	Wed Feb  3 00:44:09 2021	(r563855)
@@ -14,6 +14,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.txt
 
 BROKEN_aarch64=		fails to link: undefined symbol: sbrk
+BROKEN_riscv64=		fails to link: undefined symbol: sbrk
 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"
 


More information about the svn-ports-all mailing list