Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 19:11:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335213 - head/net-im/centerim-devel/files
Message-ID:  <201311291911.rATJBuNP072075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311291911.rATJBuNP072075>