From da851e94974ace63adf513c8d8c7e3c5cd798cc3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 3 Nov 2024 02:04:00 -0500 Subject: games/cubosphere: *really* build with lua51. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/cubosphere/cubosphere.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/cubosphere/cubosphere.SlackBuild b/games/cubosphere/cubosphere.SlackBuild index 4875951bc8..1bf197be10 100644 --- a/games/cubosphere/cubosphere.SlackBuild +++ b/games/cubosphere/cubosphere.SlackBuild @@ -22,6 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20241103 bkw: Modified by SlackBuilds.org, BUILD=3: build with lua51. + # 20241019 bkw: Modified by SlackBuilds.org, BUILD=2: # - build with luajit. # - binary in /usr/games. @@ -33,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cubosphere VERSION=${VERSION:-beta0.3a} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,11 +91,9 @@ cd src sed -i \ -e '/^PREFIX/s|=.*|=/usr|' \ -e "s|-O3$|$SLKCFLAGS|" \ - -e "s|^LUALIBS=.*|LUALIBS=-lluajit-5.1|" \ - -e "s|^LUAINC=.*|LUAINC=-I/usr/include/luajit-2.0|" \ Makefile - make + make || make -j1 make install DESTDIR=$PKG cd - -- cgit v1.2.3