svn commit: r565253 - head/games/minetest

Piotr Kubaj pkubaj at FreeBSD.org
Sun Feb 14 17:17:26 UTC 2021


Author: pkubaj
Date: Sun Feb 14 17:17:25 2021
New Revision: 565253
URL: https://svnweb.freebsd.org/changeset/ports/565253

Log:
  games/minetest: fix build on powerpc64le

Modified:
  head/games/minetest/Makefile

Modified: head/games/minetest/Makefile
==============================================================================
--- head/games/minetest/Makefile	Sun Feb 14 17:11:41 2021	(r565252)
+++ head/games/minetest/Makefile	Sun Feb 14 17:17:25 2021	(r565253)
@@ -87,7 +87,7 @@ NLS_LDFLAGS=		-L${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit-openresty
 .endif
 


More information about the svn-ports-all mailing list