Date: Thu, 13 Feb 2014 21:05:16 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344146 - head/net-im/licq-qt-gui/files Message-ID: <201402132105.s1DL5Gts058891@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402132105.s1DL5Gts058891>