View | Details | Raw Unified | Return to bug 237157
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libgpod.so:audio/libgpod\
15
LIB_DEPENDS=	libgpod.so:audio/libgpod\
16
		libtag.so:audio/taglib
16
		libtag.so:audio/taglib
17
17
18
USES=		fuse pkgconfig tar:bzip2
18
USES=		compiler:c++11-lang fuse pkgconfig tar:bzip2
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
PLIST_FILES=	bin/fusepod man/man1/fusepod.1.gz
20
PLIST_FILES=	bin/fusepod man/man1/fusepod.1.gz
21
21
(-)files/patch-src_fusepod__util.h (+10 lines)
Line 0 Link Here
1
--- src/fusepod_util.h.orig	2019-04-09 11:38:35 UTC
2
+++ src/fusepod_util.h
3
@@ -15,6 +15,7 @@
4
 #ifndef _FUSEPOD_UTIL_H_
5
 #define _FUSEPOD_UTIL_H_
6
 
7
+#include <strings.h>
8
 #include <vector>
9
 #include <string>
10
 

Return to bug 237157