pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/sile
Module Name: pkgsrc
Committed By: rillig
Date: Sun Feb 20 06:15:12 UTC 2022
Modified Files:
pkgsrc/print/sile: Makefile
Log Message:
print/sile: fix on platforms that don't use bash as default shell
./configure: 16205: Syntax error: Bad substitution
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/sile/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.11 pkgsrc/print/sile/Makefile:1.12
--- pkgsrc/print/sile/Makefile:1.11 Fri Feb 18 13:45:23 2022
+++ pkgsrc/print/sile/Makefile Sun Feb 20 06:15:12 2022
@@ -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 @@ TEST_TARGET= test
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