mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
comms/unixcw: fix build with GCC-based architectures
PR: 237744 Submitted by: pkubaj
This commit is contained in:
parent
4289cd0c36
commit
1c0b5d82a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500780
12
comms/unixcw/files/patch-src_xcwcp_receiver.h
Normal file
12
comms/unixcw/files/patch-src_xcwcp_receiver.h
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/xcwcp/receiver.h.orig 2018-12-20 16:18:13 UTC
|
||||
+++ src/xcwcp/receiver.h
|
||||
@@ -21,6 +21,9 @@
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/time.h>
|
||||
+#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user