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

(-)Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libfuse3.so:sysutils/fusefs-libs3
14
LIB_DEPENDS=	libfuse3.so:sysutils/fusefs-libs3
15
15
16
USES=		cmake kde:5 pkgconfig qt:5
16
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5
17
USE_KDE=	config coreaddons kio service
17
USE_KDE=	config coreaddons kio service
18
USE_QT=		concurrent core dbus network \
18
USE_QT=		concurrent core dbus network \
19
		buildtools_build qmake_build
19
		buildtools_build qmake_build
(-)files/patch-kiofusevfs.cpp (+11 lines)
Line 0 Link Here
1
--- kiofusevfs.cpp.orig	2020-02-04 12:37:00 UTC
2
+++ kiofusevfs.cpp
3
@@ -43,6 +43,8 @@
4
 #include "debug.h"
5
 #include "kiofusevfs.h"
6
 
7
+#include <boost/cerrno.hpp>
8
+
9
 // Flags that don't exist on FreeBSD; since these are used as
10
 // bit(masks), setting them to 0 effectively means they're always unset.
11
 #ifndef O_NOATIME

Return to bug 243870