git: 8e5b3180030b - main - sysutils/consolehm: correct previous commit

Mark Linimon linimon at FreeBSD.org
Fri May 28 17:31:26 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e5b3180030b145cf82e22acd149869b45ea73e6

commit 8e5b3180030b145cf82e22acd149869b45ea73e6
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-28 17:28:02 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-28 17:28:02 +0000

    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 <osreldate.h>
-+#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv__)) && defined(__FreeBSD__)
++#if (defined(__aarch64__) || defined(__powerpc__) || defined(__riscv)) && defined(__FreeBSD__)
 +#include <sys/types.h>
 +#include <machine/pio.h>
 +#endif


More information about the dev-commits-ports-all mailing list