pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/sile print/sile: fix on platforms that don't use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83296e4bbaba
branches: trunk
changeset: 374338:83296e4bbaba
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Feb 20 06:15:12 2022 +0000
description:
print/sile: fix on platforms that don't use bash as default shell
./configure: 16205: Syntax error: Bad substitution
diffstat:
print/sile/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 71fbe7cc3a8a -r 83296e4bbaba print/sile/Makefile
--- a/print/sile/Makefile Sat Feb 19 22:13:50 2022 +0000
+++ b/print/sile/Makefile Sun Feb 20 06:15:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/02/18 13:45:23 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2022/02/20 06:15:12 rillig Exp $
DISTNAME= sile-0.12.2
CATEGORIES= print
@@ -40,8 +40,9 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= bash pkg-config gmake
+CONFIG_SHELL= ${BASH}
CONFIGURE_ARGS+= LUA=${LUA_INTERPRETER} GIT=${FALSE}
CONFIGURE_ARGS+= --with-system-luarocks
Home |
Main Index |
Thread Index |
Old Index