View | Details | Raw Unified | Return to bug 258376 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/libnfs/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	libnfs
3
PORTNAME=	libnfs
4
PORTVERSION=	4.0.0
4
PORTVERSION=	4.0.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSIONPREFIX=	${PORTNAME}-
7
CATEGORIES=	net
7
CATEGORIES=	net
8
8
(-)b/net/libnfs/files/patch-include_nfsc_libnfs.h (+10 lines)
Added Link Here
1
--- include/nfsc/libnfs.h.orig	2019-02-12 21:38:04 UTC
2
+++ include/nfsc/libnfs.h
3
@@ -25,6 +25,7 @@
4
 
5
 #include <stdint.h>
6
 #if defined(__ANDROID__) || defined(AROS) \
7
+ || defined(__FreeBSD__) \
8
  || ( defined(__APPLE__) && defined(__MACH__) )
9
 #include <sys/time.h>
10
 #else

Return to bug 258376