aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-02-14 05:05:16 +0800
committerdinoex <dinoex@FreeBSD.org>2014-02-14 05:05:16 +0800
commit5453d74d258f0dd958fc208e87dcd7c9ff0084d1 (patch)
tree8d21e7e9b1cc68228d4b9adaa1391a5005fe2602
parent3469f6f0087243281e66e96673cfed89912c96bf (diff)
downloadfreebsd-ports-gnome-5453d74d258f0dd958fc208e87dcd7c9ff0084d1.tar.gz
freebsd-ports-gnome-5453d74d258f0dd958fc208e87dcd7c9ff0084d1.tar.zst
freebsd-ports-gnome-5453d74d258f0dd958fc208e87dcd7c9ff0084d1.zip
- fix build with clang
PR: 186650 Submitted by: Vsevolod Volkov
-rw-r--r--net-im/licq-qt-gui/files/patch-contactuserdata.h11
-rw-r--r--net-im/licq-qt-gui/files/patch-usereventcommon.h11
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>