devel/godot*: fix build on riscv64*

Same issue as on powerpc*.
This commit is contained in:
Piotr Kubaj 2022-03-08 01:53:25 +00:00
parent 392997bb12
commit f4fb0e9fbd

View file

@ -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