svn commit: r557290 - head/devel/dyncall
Mark Linimon
linimon at FreeBSD.org
Tue Dec 8 16:04:12 UTC 2020
Author: linimon
Date: Tue Dec 8 16:04:12 2020
New Revision: 557290
URL: https://svnweb.freebsd.org/changeset/ports/557290
Log:
Mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Modified:
head/devel/dyncall/Makefile
Modified: head/devel/dyncall/Makefile
==============================================================================
--- head/devel/dyncall/Makefile Tue Dec 8 16:00:30 2020 (r557289)
+++ head/devel/dyncall/Makefile Tue Dec 8 16:04:12 2020 (r557290)
@@ -12,6 +12,8 @@ COMMENT= Highly dynamic multi-platform foreign functio
LICENSE= ISCL
+BROKEN_riscv64= fails to compile: dyncall_callvm.c:75:4: unsupported platform
+
HAS_CONFIGURE= yes
CFLAGS+= -fPIC
More information about the svn-ports-head
mailing list