From 0a111a89f59f60881099a15c485d7ac2046fc3fd Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 8 May 2022 12:13:28 -0400 Subject: [PATCH] hamlib: update to 4.4. --- srcpkgs/hamlib/patches/fix-musl.patch | 9 ++++----- srcpkgs/hamlib/template | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/hamlib/patches/fix-musl.patch b/srcpkgs/hamlib/patches/fix-musl.patch index 9dfbb72e821e..b07c16a87155 100644 --- a/srcpkgs/hamlib/patches/fix-musl.patch +++ b/srcpkgs/hamlib/patches/fix-musl.patch @@ -1,11 +1,10 @@ -Index: rigs/prm80/prm80.h -=================================================================== --- a/rigs/prm80/prm80.h +++ b/rigs/prm80/prm80.h @@ -23,6 +23,7 @@ #define _PRM80_H 1 - + #include -+#include /* for timeval */ - ++#include + #include "misc.h" + #define BACKEND_VER "20210416" diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index 1296fad6081d..0efb9d2bdb69 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib -version=4.2 -revision=2 +version=4.4 +revision=1 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" @@ -14,7 +14,7 @@ maintainer="bra1nwave " license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="https://sourceforge.net/projects/hamlib/" distfiles="${SOURCEFORGE_SITE}/hamlib/${version}/${pkgname}-${version}.tar.gz" -checksum=e200b22f307e9a0c826187c2b08fe81c7d0283cf07056e6db3463d1481580fd5 +checksum=8bf0107b071f52f08587f38e2dee8a7848de1343435b326f8f66d95e1f8a2487 pre_configure() { CFLAGS+=" -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"