diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-03 11:22:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-03 11:22:23 +0000 |
commit | b7b78905d9fcc0fb6811d706c4136d81553abea9 (patch) | |
tree | cf8f00f3671105145a2363194579878b05fefcde /sysutils/fusefs-smbnetfs | |
parent | net-mgmt/p5-Net-CIDR: upgrade 0.19 -> 0.20 (diff) |
Revert r500560 and unbreak
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=500715
Diffstat (limited to 'sysutils/fusefs-smbnetfs')
-rw-r--r-- | sysutils/fusefs-smbnetfs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-smbnetfs/files/patch-src_fusepod__util.h | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 00fe22a02f5c..5c02384d9bfe 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -22,7 +22,7 @@ LIBSECRET_LIB_DEPENDS= libsecret-*.so:security/libsecret DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -USES= compiler:c11 fuse iconv pkgconfig samba:lib tar:bzip2 +USES= fuse iconv pkgconfig samba:lib tar:bzip2 USE_GNOME= glib20:build GNU_CONFIGURE= yes diff --git a/sysutils/fusefs-smbnetfs/files/patch-src_fusepod__util.h b/sysutils/fusefs-smbnetfs/files/patch-src_fusepod__util.h deleted file mode 100644 index e4bb07a47865..000000000000 --- a/sysutils/fusefs-smbnetfs/files/patch-src_fusepod__util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fusepod_util.h.orig 2019-04-09 11:38:35 UTC -+++ src/fusepod_util.h -@@ -15,6 +15,7 @@ - #ifndef _FUSEPOD_UTIL_H_ - #define _FUSEPOD_UTIL_H_ - -+#include <strings.h> - #include <vector> - #include <string> - |