From 0c13bd61e46cab188dceeab2bc6e39134bc37cfb Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 7 Aug 2023 08:25:55 +0200 Subject: [PATCH] games/solarus: drop noop LUAJIT_LIB_DEPENDS for powerpc64* --- games/solarus/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/games/solarus/Makefile b/games/solarus/Makefile index c4725a307a60f..88534c01e0e31 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -43,10 +43,4 @@ LUAJIT_USES_OFF= lua:51 CMAKE_ARGS+= -DSOLARUS_MANUAL_INSTALL_DESTINATION:STRING="man" -.include - -.if ${ARCH:Mpowerpc64*} -LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty -.endif - .include