svn commit: r558883 - head/lang/see
Mark Linimon
linimon at FreeBSD.org
Tue Dec 22 03:03:47 UTC 2020
Author: linimon
Date: Tue Dec 22 03:03:47 2020
New Revision: 558883
URL: https://svnweb.freebsd.org/changeset/ports/558883
Log:
Mark as BROKEN on riscv64 same as on aarch64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/lang/see/Makefile
Modified: head/lang/see/Makefile
==============================================================================
--- head/lang/see/Makefile Tue Dec 22 03:00:57 2020 (r558882)
+++ head/lang/see/Makefile Tue Dec 22 03:03:47 2020 (r558883)
@@ -21,6 +21,7 @@ LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING
LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_aarch64= fails to build: error: "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined."
+BROKEN_riscv64= fails to build: error: "Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined."
OPTIONS_DEFINE= GC DEBUG DOCS
OPTIONS_DEFAULT= GC
More information about the svn-ports-all
mailing list