From 400b0f2075bc27e8a12d74e4ffc83f4e51ed1cca 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 --- srcpkgs/bc-gh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template index a8fa2b682baf..45f135309be2 100644 --- a/srcpkgs/bc-gh/template +++ b/srcpkgs/bc-gh/template @@ -3,7 +3,7 @@ pkgname=bc-gh version=6.2.2 revision=1 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}