Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 06:02:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500780 - head/comms/unixcw/files
Message-ID:  <201905040602.x4462h5F069054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ 
+ 
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905040602.x4462h5F069054>