From 8e5b3180030b145cf82e22acd149869b45ea73e6 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 28 May 2021 12:28:02 -0500 Subject: [PATCH] sysutils/consolehm: correct previous commit by using the canonical string. --- 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 0a0e80ab7e47..f6bb2ddb6d28 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(__riscv__)) && defined(__FreeBSD__) ++#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv)) && defined(__FreeBSD__) +#include +#include +#endif