Date: Mon, 17 Jan 2022 15:35:28 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 191c27eadbff - main - x11-servers/xorg-server: fix build on risc64 Message-ID: <202201171535.20HFZS1P051326@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201171535.20HFZS1P051326>