From 8acf659a719aebe8d45ba5c9b902c12803c17f29 Mon Sep 17 00:00:00 2001 From: Bikutoso <10584311+Bikutoso@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:38:54 +0100 Subject: [PATCH] bacon: update to 4.4. --- srcpkgs/bacon/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bacon/template b/srcpkgs/bacon/template index 08c0b782e6cd..2e077491f574 100644 --- a/srcpkgs/bacon/template +++ b/srcpkgs/bacon/template @@ -1,6 +1,6 @@ # Template file for 'bacon' pkgname=bacon -version=4.3.1 +version=4.4 revision=1 build_style=gnu-configure configure_args="--with-bash --enable-gui-fltk" @@ -12,10 +12,15 @@ license="MIT" homepage="https://www.basic-converter.org" changelog="https://www.basic-converter.org/stable/CHANGES" distfiles="http://www.basic-converter.org/stable/bacon-${version}.tar.gz" -checksum=96bbfeebb506018a6e208dc85e6daded49778ec8b4d037854bda721af890e501 +checksum=dbd7c983530743922c8ae21ef5c471df894ece9af12b4075564deb7e0659babf disable_parallel_build=yes nocross=yes +if [ "$XBPS_TARGET_LIBC" = musl ]; then + makedepends+=" musl-fts-devel" + LDFLAGS="-lfts" +fi + post_install() { rm -f ${DESTDIR}/usr/share/bacon/LICENSE vlicense LICENSE