svn commit: r335213 - head/net-im/centerim-devel/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 29 19:11:56 UTC 2013


Author: sunpoet
Date: Fri Nov 29 19:11:55 2013
New Revision: 335213
URL: http://svnweb.freebsd.org/changeset/ports/335213

Log:
  - Fix build with clang
  
  PR:		ports/184360
  Submitted by:	amdmi3
  Approved by:	Frank Altpeter <frank at altpeter.de> (maintainer)

Added:
  head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp   (contents, props changed)

Added: head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp	Fri Nov 29 19:11:55 2013	(r335213)
@@ -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;


More information about the svn-ports-head mailing list