From f3128ba5692365af4046067f35c562684970a8d3 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 6 Dec 2020 16:48:32 +0000 Subject: [PATCH] Does not build on riscv64. Kind of irrelevant, since there are no riscv64 desktops yet. Approved by: portmgr (tier-2 blanket) --- sysutils/cdrdao/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index 8e82985aea8e..3b6b43f24fbe 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -13,6 +13,8 @@ COMMENT?= Record CD-R[W]s in disk-at-once mode LICENSE= GPLv2 +BROKEN_riscv64= ../include/mconfig.h:86:2: error: Architecture not defined here + USES= alias compiler:c++11-lang gmake tar:bzip2 GNU_CONFIGURE= yes USE_CXXSTD= c++11