Index: head/sysutils/fusefs-pod/Makefile =================================================================== --- head/sysutils/fusefs-pod/Makefile +++ head/sysutils/fusefs-pod/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgpod.so:audio/libgpod\ libtag.so:audio/taglib -USES= fuse pkgconfig tar:bzip2 +USES= compiler:c++11-lang fuse pkgconfig tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz Index: head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h =================================================================== --- head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h +++ head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h @@ -0,0 +1,10 @@ +--- 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 + #include + #include +