git: f4fb0e9fbde8 - main - devel/godot*: fix build on riscv64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 01:56:59 UTC
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