git: 191c27eadbff - main - x11-servers/xorg-server: fix build on risc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 17 Jan 2022 15:35:28 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=191c27eadbff1ca5e93b5fda4154f1182dea49ac

commit 191c27eadbff1ca5e93b5fda4154f1182dea49ac
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-17 15:01:46 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-17 15:03:03 +0000

    x11-servers/xorg-server: fix build on risc64
    
    Submitted by:   fuz@fuz.su
    Approved by:    x11 (maintainer timeout)
    PR:             259160
---
 x11-servers/xorg-server/files/configure.ac    | 2 +-
 x11-servers/xorg-server/files/patch-configure | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-servers/xorg-server/files/configure.ac b/x11-servers/xorg-server/files/configure.ac
index 91e74974db9f..a57e29890ad0 100644
--- a/x11-servers/xorg-server/files/configure.ac
+++ b/x11-servers/xorg-server/files/configure.ac
@@ -13,7 +13,7 @@
  	GLX_ARCH_DEFINES="-D__GLX_ALIGN64 -mieee"
  	;;
 -  arm*)
-+  arm*|aarch64*)
++  arm*|aarch64*|riscv*)
  	ARM_VIDEO=yes
  	DEFAULT_INT10="stub"
 +	case $host_os in
diff --git a/x11-servers/xorg-server/files/patch-configure b/x11-servers/xorg-server/files/patch-configure
index 5847cde487f8..c7acf525631f 100644
--- a/x11-servers/xorg-server/files/patch-configure
+++ b/x11-servers/xorg-server/files/patch-configure
@@ -40,7 +40,7 @@
  	GLX_ARCH_DEFINES="-D__GLX_ALIGN64 -mieee"
  	;;
 -  arm*)
-+  arm*|aarch64*)
++  arm*|aarch64*|riscv*)
  	ARM_VIDEO=yes
  	DEFAULT_INT10="stub"
 +	case $host_os in