summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-22 02:29:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-22 02:29:19 +0000
commit3eb8eab859fa22093cd6cc07ceb31e3aa50ba539 (patch)
tree121de1f78e67e6e86edc57578526347bae7b2464 /sysutils
parentUpdate the following third-party modules to their recent (diff)
Also mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=558878
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpuid2cpuflags/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile
index 99ebd3823ae0..e1435f173306 100644
--- a/sysutils/cpuid2cpuflags/Makefile
+++ b/sysutils/cpuid2cpuflags/Makefile
@@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)"
BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)"
+BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
USES= autoreconf
USE_GITHUB= yes