Skip to content

Commit

Permalink
x11-servers/xorg-server: fix build on risc64
Browse files Browse the repository at this point in the history
Submitted by:	fuz@fuz.su
Approved by:	x11 (maintainer timeout)
PR:		259160
  • Loading branch information
pkubaj committed Jan 17, 2022
1 parent 82a9951 commit 191c27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x11-servers/xorg-server/files/configure.ac
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x11-servers/xorg-server/files/patch-configure
Expand Up @@ -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
Expand Down

0 comments on commit 191c27e

Please sign in to comment.