From fd4d76a8dd9d603eede9d19dbcb2125832021900 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Tue, 31 Jan 2023 20:06:51 -0700 Subject: [PATCH] bc-gh: update upstream address and use the GNU bc predefined build Signed-off-by: Gavin Howard Signed-off-by: Gavin D. Howard --- srcpkgs/bc-gh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template index a8fa2b682baf..c589ca0f6e64 100644 --- a/srcpkgs/bc-gh/template +++ b/srcpkgs/bc-gh/template @@ -1,9 +1,9 @@ # Template file for 'bc-gh' pkgname=bc-gh version=6.2.2 -revision=1 +revision=2 short_desc="Implementation of POSIX bc with GNU extensions" -maintainer="Gavin D. Howard " +maintainer="Gavin D. Howard " license="BSD-2-Clause" homepage="https://git.yzena.com/gavin/bc" changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md" @@ -20,7 +20,7 @@ alternatives=" do_configure() { PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \ HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \ - -sbc.banner -sdc.tty_mode + -pGNU } do_build() { make ${makejobs}