diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-02-13 21:05:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-02-13 21:05:16 +0000 |
commit | 4ff757171e6997e7eb36a9c8067df8a133031214 (patch) | |
tree | 8d21e7e9b1cc68228d4b9adaa1391a5005fe2602 /net-im | |
parent | a1f4e6f0c573b4c9dbf31bc9041a74916ace6812 (diff) | |
download | ports-4ff757171e6997e7eb36a9c8067df8a133031214.tar.gz ports-4ff757171e6997e7eb36a9c8067df8a133031214.zip |
- fix build with clang
PR: 186650
Submitted by: Vsevolod Volkov
Notes
Notes:
svn path=/head/; revision=344146
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/files/patch-contactuserdata.h | 11 | ||||
-rw-r--r-- | net-im/licq-qt-gui/files/patch-usereventcommon.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/net-im/licq-qt-gui/files/patch-contactuserdata.h b/net-im/licq-qt-gui/files/patch-contactuserdata.h new file mode 100644 index 000000000000..9cf5faba7616 --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-contactuserdata.h @@ -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> diff --git a/net-im/licq-qt-gui/files/patch-usereventcommon.h b/net-im/licq-qt-gui/files/patch-usereventcommon.h new file mode 100644 index 000000000000..469fa802084d --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-usereventcommon.h @@ -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> |