pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot gawk is needed for newer uboots.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c57cc60cf31c
branches:  trunk
changeset: 421266:c57cc60cf31c
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Tue Jan 14 08:30:20 2020 +0000

description:
gawk is needed for newer uboots.

diffstat:

 sysutils/u-boot/u-boot.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 909e22c8c89d -r c57cc60cf31c sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Mon Jan 13 22:31:00 2020 +0000
+++ b/sysutils/u-boot/u-boot.mk Tue Jan 14 08:30:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.21 2019/10/06 17:02:10 bad Exp $
+# $NetBSD: u-boot.mk,v 1.22 2020/01/14 08:30:20 mrg Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -19,7 +19,7 @@
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            bison gmake gsed pkg-config
+USE_TOOLS+=            bison gmake gsed pkg-config gawk
 PYTHON_FOR_BUILD_ONLY= yes
 ALL_ENV+=              PYTHON2=${PYTHONBIN} PYTHONCONFIG=${PYTHONCONFIG}
 ALL_ENV+=              PYTHONLIBPATH=-L$(LOCALBASE)/lib



Home | Main Index | Thread Index | Old Index