From 8f5a570c2037aeab2755c438c04489e5bcaa7763 Mon Sep 17 00:00:00 2001 From: Rina Spinne Date: Mon, 23 May 2022 00:30:25 -0500 Subject: [PATCH] libnfs: Update to 5.0.1 --- common/shlibs | 2 +- srcpkgs/libnfs/patches/fix-musl.patch | 6 +++--- srcpkgs/libnfs/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 8231f48d36a..a7540ef7b2d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1199,7 +1199,7 @@ librlog.so.5 librlog-1.4_1 libtinyxml.so.0 tinyxml-2.6.2_1 libtinyxml2.so.9 tinyxml2-9.0.0_1 libbluray.so.2 libbluray-1.0.0_1 -libnfs.so.13 libnfs-4.0.0_1 +libnfs.so.14 libnfs-5.0.1_1 libzip.so.5 libzip-1.7.3_2 libluajit-5.1.so.2 LuaJIT-2.0.0_1 libOSMesa.so.8 libOSMesa-9.1_1 diff --git a/srcpkgs/libnfs/patches/fix-musl.patch b/srcpkgs/libnfs/patches/fix-musl.patch index 18a3657c649..6d599b49e43 100644 --- a/srcpkgs/libnfs/patches/fix-musl.patch +++ b/srcpkgs/libnfs/patches/fix-musl.patch @@ -1,10 +1,10 @@ --- a/include/nfsc/libnfs.h +++ b/include/nfsc/libnfs.h -@@ -24,6 +24,7 @@ - #define _LIBNFS_H_ +@@ -28,6 +28,7 @@ + #endif #include +#include - #if defined(__ANDROID__) || defined(AROS) \ + #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \ || ( defined(__APPLE__) && defined(__MACH__) ) #include diff --git a/srcpkgs/libnfs/template b/srcpkgs/libnfs/template index f1e27dd15f5..1946fdceb30 100644 --- a/srcpkgs/libnfs/template +++ b/srcpkgs/libnfs/template @@ -1,6 +1,6 @@ # Template file for 'libnfs' pkgname=libnfs -version=4.0.0 +version=5.0.1 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure @@ -10,7 +10,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://github.com/sahlberg/libnfs" distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz" -checksum=6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d +checksum=7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8 pre_configure() { autoreconf -fi