diff --git a/srcpkgs/hamlib/patches/kenwood-mode.patch b/srcpkgs/hamlib/patches/kenwood-mode.patch deleted file mode 100644 index 0a6274e91ec..00000000000 --- a/srcpkgs/hamlib/patches/kenwood-mode.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- hamlib-4.6.orig/rigs/kenwood/kenwood.h -+++ hamlib-4.6/rigs/kenwood/kenwood.h -@@ -183,7 +183,7 @@ - int save_k2_ext_lvl; // so we can restore to original - int save_k3_ext_lvl; // so we can restore to original -- for future use if needed - int voice_bank; /* last voice bank send for use by stop_voice_mem */ -- mode_t last_mode_pc; // last mode memory for PC command -+ rmode_t last_mode_pc; // last mode memory for PC command - int power_now,power_min,power_max; - }; - diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index 8dc198b8a14..a16815ebd68 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,6 +1,6 @@ # Template file for 'hamlib' pkgname=hamlib -version=4.6.1 +version=4.6.2 revision=1 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later, GPL-2.0-or-later" homepage="https://hamlib.github.io" changelog="https://raw.githubusercontent.com/Hamlib/Hamlib/master/NEWS" distfiles="https://github.com/Hamlib/Hamlib/releases/download/${version}/hamlib-${version}.tar.gz" -checksum=0822f59fdda0e40283eb55d94c64fc92e608ec9985414acae93d122fa83dacd4 +checksum=b2ac73f44dd1161e95fdee6c95276144757647bf92d7fdb369ee2fe41ed47ae8 CFLAGS="-DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"