aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centerim-devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-30 03:11:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-30 03:11:55 +0800
commita7e15a0db44ba79877b489e82a994081e59c4001 (patch)
tree298ac5c2c8d1172a1660673b89d422c5a4846554 /net-im/centerim-devel
parentb6dae801b9aaf371681d10ef3c1c93d41cfb9333 (diff)
downloadfreebsd-ports-gnome-a7e15a0db44ba79877b489e82a994081e59c4001.tar.gz
freebsd-ports-gnome-a7e15a0db44ba79877b489e82a994081e59c4001.tar.zst
freebsd-ports-gnome-a7e15a0db44ba79877b489e82a994081e59c4001.zip
- Fix build with clang
PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
Diffstat (limited to 'net-im/centerim-devel')
-rw-r--r--net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp b/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp
new file mode 100644
index 000000000000..88e76010151c
--- /dev/null
+++ b/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp
@@ -0,0 +1,11 @@
+--- libicq2000/src/ContactTree.cpp.orig 2011-05-23 01:06:31.000000000 +0400
++++ libicq2000/src/ContactTree.cpp 2013-11-28 19:19:57.334970339 +0400
+@@ -22,6 +22,8 @@
+ #include "ContactTree.h"
+ #include "events.h"
+
++#include <cstdlib>
++
+ namespace ICQ2000 {
+
+ using std::string;