Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-17 18:01:46 +0300
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-01-17 18:03:03 +0300
commit191c27eadbff1ca5e93b5fda4154f1182dea49ac (patch)
treec7d7d2eac81fcfbee956670a683c4aaf0171add4 /x11-servers
parent82a9951b0ed4adc61c185f83ec6ea8757771abb8 (diff)
x11-servers/xorg-server: fix build on risc64
Submitted by: fuz@fuz.su Approved by: x11 (maintainer timeout) PR: 259160
Diffstat (limited to 'x11-servers')
-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