pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pngquant Use bash to run the configure script



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90babbc219af
branches:  trunk
changeset: 396583:90babbc219af
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Tue Jun 04 11:34:44 2019 +0000

description:
Use bash to run the configure script

diffstat:

 graphics/pngquant/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 5731fb39c98d -r 90babbc219af graphics/pngquant/Makefile
--- a/graphics/pngquant/Makefile        Tue Jun 04 10:43:21 2019 +0000
+++ b/graphics/pngquant/Makefile        Tue Jun 04 11:34:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/31 10:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/06/04 11:34:44 bouyer Exp $
 
 DISTNAME=      pngquant-2.12.3-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -13,8 +13,9 @@
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 HAS_CONFIGURE= yes
+CONFIG_SHELL=  ${TOOLS_PATH.bash}
 USE_LANGUAGES= c c99
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config bash
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --with-libimagequant=${BUILDLINK_PREFIX.libimagequant}



Home | Main Index | Thread Index | Old Index