Date: Tue, 8 Mar 2022 01:56:59 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: f4fb0e9fbde8 - main - devel/godot*: fix build on riscv64* Message-ID: <202203080156.2281uxY9097408@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=f4fb0e9fbde80b86f28a232f2d9f9abe803951c1 commit f4fb0e9fbde80b86f28a232f2d9f9abe803951c1 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-08 01:53:25 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-08 01:53:25 +0000 devel/godot*: fix build on riscv64* Same issue as on powerpc*. --- devel/godot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/godot/Makefile b/devel/godot/Makefile index dcaaab5ded04..bbeeb1b20f08 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -86,7 +86,7 @@ PLIST_FILES= bin/${GODOTFILE} .include <bsd.port.options.mk> -.if ${ARCH:Mpowerpc*} +.if ${ARCH:Mpowerpc*} || ${ARCH:Mriscv64*} MAKE_ARGS+= module_embree_enabled=no \ module_raycast_enabled=no \ module_webm_enabled=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203080156.2281uxY9097408>