diff --git a/srcpkgs/libfprint/patches/fix-stderr-redefinition.patch b/srcpkgs/libfprint/patches/fix-stderr-redefinition.patch deleted file mode 100644 index 0f90c77091c..00000000000 --- a/srcpkgs/libfprint/patches/fix-stderr-redefinition.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/libfprint/nbis/include/bozorth.h 2019-08-11 15:17:26.878344708 +0200 -+++ b/libfprint/nbis/include/bozorth.h 2019-08-11 15:17:10.303132150 +0200 -@@ -218,7 +218,9 @@ struct xytq_struct { - /* Globals supporting command line options */ - extern int verbose_threshold; - /* Global supporting error reporting */ -+#ifdef __GLIBC__ - extern FILE *stderr; -+#endif - - /**************************************************************************/ - /* In: BZ_GBLS.C */ diff --git a/srcpkgs/libfprint/template b/srcpkgs/libfprint/template index 2f69d1e0a1c..9e87c2457ba 100644 --- a/srcpkgs/libfprint/template +++ b/srcpkgs/libfprint/template @@ -1,6 +1,6 @@ # Template file for 'libfprint' pkgname=libfprint -version=1.94.0 +version=1.94.5 revision=1 build_style=meson build_helper="gir qemu" @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later" homepage="http://www.freedesktop.org/wiki/Software/fprint/" changelog="https://gitlab.freedesktop.org/libfprint/libfprint/raw/master/NEWS" distfiles="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v$version/libfprint-v$version.tar.bz2" -checksum=7abd57e6da353c657cfbf51f71954a119290c20745491cbdcc34e8728a7e7819 +checksum=707309cc58012c4c22a318fdb0c6b43b2c96c8e70349ca5edb1feabb65afb63a libfprint-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"