aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-17 15:01:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-17 15:03:03 +0000
commit191c27eadbff1ca5e93b5fda4154f1182dea49ac (patch)
treec7d7d2eac81fcfbee956670a683c4aaf0171add4
parent82a9951b0ed4adc61c185f83ec6ea8757771abb8 (diff)
downloadports-191c27eadbff1ca5e93b5fda4154f1182dea49ac.tar.gz
ports-191c27eadbff1ca5e93b5fda4154f1182dea49ac.zip
x11-servers/xorg-server: fix build on risc64
Submitted by: fuz@fuz.su Approved by: x11 (maintainer timeout) PR: 259160
-rw-r--r--x11-servers/xorg-server/files/configure.ac2
-rw-r--r--x11-servers/xorg-server/files/patch-configure2
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