mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11-servers/xorg-server: fix build on risc64
Submitted by: fuz@fuz.su Approved by: x11 (maintainer timeout) PR: 259160
This commit is contained in:
parent
82a9951b0e
commit
191c27eadb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue