mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libnfs: Update to 5.0.1
This commit is contained in:
parent
9e00e0e9c1
commit
8f5a570c20
3 changed files with 6 additions and 6 deletions
|
@ -1199,7 +1199,7 @@ librlog.so.5 librlog-1.4_1
|
||||||
libtinyxml.so.0 tinyxml-2.6.2_1
|
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||||
libtinyxml2.so.9 tinyxml2-9.0.0_1
|
libtinyxml2.so.9 tinyxml2-9.0.0_1
|
||||||
libbluray.so.2 libbluray-1.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
|
libzip.so.5 libzip-1.7.3_2
|
||||||
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
||||||
libOSMesa.so.8 libOSMesa-9.1_1
|
libOSMesa.so.8 libOSMesa-9.1_1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- a/include/nfsc/libnfs.h
|
--- a/include/nfsc/libnfs.h
|
||||||
+++ b/include/nfsc/libnfs.h
|
+++ b/include/nfsc/libnfs.h
|
||||||
@@ -24,6 +24,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
#define _LIBNFS_H_
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
+#include <sys/time.h>
|
+#include <sys/time.h>
|
||||||
#if defined(__ANDROID__) || defined(AROS) \
|
#if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
|
||||||
|| ( defined(__APPLE__) && defined(__MACH__) )
|
|| ( defined(__APPLE__) && defined(__MACH__) )
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libnfs'
|
# Template file for 'libnfs'
|
||||||
pkgname=libnfs
|
pkgname=libnfs
|
||||||
version=4.0.0
|
version=5.0.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/sahlberg/libnfs"
|
homepage="https://github.com/sahlberg/libnfs"
|
||||||
distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/sahlberg/libnfs/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d
|
checksum=7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue