svn commit: r500780 - head/comms/unixcw/files

Yuri Victorovich yuri at FreeBSD.org
Sat May 4 06:02:44 UTC 2019


Author: yuri
Date: Sat May  4 06:02:43 2019
New Revision: 500780
URL: https://svnweb.freebsd.org/changeset/ports/500780

Log:
  comms/unixcw: fix build with GCC-based architectures
  
  PR:		237744
  Submitted by:	pkubaj

Added:
  head/comms/unixcw/files/patch-src_xcwcp_receiver.h   (contents, props changed)

Added: head/comms/unixcw/files/patch-src_xcwcp_receiver.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/unixcw/files/patch-src_xcwcp_receiver.h	Sat May  4 06:02:43 2019	(r500780)
@@ -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
+ 
+ 
+ 


More information about the svn-ports-all mailing list