svn commit: r344146 - head/net-im/licq-qt-gui/files

Dirk Meyer dinoex at FreeBSD.org
Thu Feb 13 21:05:17 UTC 2014


Author: dinoex
Date: Thu Feb 13 21:05:16 2014
New Revision: 344146
URL: http://svnweb.freebsd.org/changeset/ports/344146
QAT: https://qat.redports.org/buildarchive/r344146/

Log:
  - fix build with clang
  PR:		186650
  Submitted by:	Vsevolod Volkov

Added:
  head/net-im/licq-qt-gui/files/
  head/net-im/licq-qt-gui/files/patch-contactuserdata.h   (contents, props changed)
  head/net-im/licq-qt-gui/files/patch-usereventcommon.h   (contents, props changed)

Added: head/net-im/licq-qt-gui/files/patch-contactuserdata.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-qt-gui/files/patch-contactuserdata.h	Thu Feb 13 21:05:16 2014	(r344146)
@@ -0,0 +1,11 @@
+--- src/contactlist/contactuserdata.h.orig	2013-08-25 11:45:17.000000000 +0200
++++ src/contactlist/contactuserdata.h	2014-02-13 21:44:51.000000000 +0100
+@@ -20,6 +20,8 @@
+ #ifndef CONTACTUSERDATA_H
+ #define CONTACTUSERDATA_H
+ 
++#include <time.h>
++
+ #include <QList>
+ #include <QString>
+ #include <QTimer>

Added: head/net-im/licq-qt-gui/files/patch-usereventcommon.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/licq-qt-gui/files/patch-usereventcommon.h	Thu Feb 13 21:05:16 2014	(r344146)
@@ -0,0 +1,11 @@
+--- src/userevents/usereventcommon.h.orig	2013-08-25 11:45:17.000000000 +0200
++++ src/userevents/usereventcommon.h	2014-02-13 21:45:16.000000000 +0100
+@@ -20,6 +20,8 @@
+ #ifndef USEREVENTCOMMON_H
+ #define USEREVENTCOMMON_H
+ 
++#include <time.h>
++
+ #include <QWidget>
+ 
+ #include <list>


More information about the svn-ports-all mailing list