Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/love08 love08: silly hack to avoid detecting Net...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e5dde1d0541
branches:  trunk
changeset: 434861:6e5dde1d0541
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jun 24 12:30:56 2020 +0000

description:
love08: silly hack to avoid detecting NetBSD's unversioned Lua

diffstat:

 games/love08/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1aae68f132af -r 6e5dde1d0541 games/love08/Makefile
--- a/games/love08/Makefile     Wed Jun 24 12:29:30 2020 +0000
+++ b/games/love08/Makefile     Wed Jun 24 12:30:56 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/06/24 12:12:41 nia Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/24 12:30:56 nia Exp $
 
 DISTNAME=      love-0.8.0-linux-src
 PKGNAME=       ${DISTNAME:S/-linux-src//:S/love/love08/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  https://bitbucket.org/rude/love/downloads/
 
@@ -18,10 +18,11 @@
 USE_TOOLS+=    pkg-config
 USE_LIBTOOL=   yes
 
+# Avoid detecting unversioned lua in NetBSD.
 SUBST_CLASSES+=                lua
 SUBST_STAGE.lua=       pre-configure
 SUBST_FILES.lua=       configure
-SUBST_SED.lua=         -e 's,lua5.1,lua-5.1,g'
+SUBST_SED.lua=         -e 's,lua lua5.1,lua5.1,g'
 
 GNU_CONFIGURE_PREFIX=          ${PREFIX}/love0.8
 



Home | Main Index | Thread Index | Old Index