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

(-)Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
PLIST=		${.CURDIR}/pkg-plist
14
PLIST=		${.CURDIR}/pkg-plist
15
USE_QT=		buildtools gui widgets qmake_build
15
USE_QT=		buildtools gui widgets qmake_build
16
USES=		gettext qt:5
16
USES=		compiler:c++11-lang gettext qt:5
17
# Qt from 5.7.0 on requires c++11.
17
# Qt from 5.7.0 on requires c++11.
18
USE_CXXSTD=	c++11
18
USE_CXXSTD=	c++11
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
(-)files/patch-src_xcwcp_receiver.h (+12 lines)
Line 0 Link Here
1
--- src/xcwcp/receiver.h.orig	2018-12-20 17:18:13.332583000 +0100
2
+++ src/xcwcp/receiver.h	2018-12-20 17:18:39.100884000 +0100
3
@@ -21,6 +21,9 @@
4
 
5
 #include <QMouseEvent>
6
 #include <QKeyEvent>
7
+#ifdef __FreeBSD__
8
+#include <sys/time.h>
9
+#endif
10
 
11
 
12
 

Return to bug 234222