From b7143c6b8b23fa22bfd88c8c13159b2af33e377d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 12 May 2021 14:48:02 -0500 Subject: [PATCH] patch-chm.c: use correct __defined__ for riscv64 to fix build there. --- sysutils/consolehm/files/patch-chm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/consolehm/files/patch-chm.c b/sysutils/consolehm/files/patch-chm.c index c8476689263b..0a0e80ab7e47 100644 --- a/sysutils/consolehm/files/patch-chm.c +++ b/sysutils/consolehm/files/patch-chm.c @@ -5,7 +5,7 @@ */ +#include -+#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv64__)) && defined(__FreeBSD__) ++#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv__)) && defined(__FreeBSD__) +#include +#include +#endif