Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 21:42:52 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327650 - head/www/tntnet/files
Message-ID:  <201309192142.r8JLgqLe046704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Thu Sep 19 21:42:51 2013
New Revision: 327650
URL: http://svnweb.freebsd.org/changeset/ports/327650

Log:
  (Attempt to) fix build on recent head. (clang+libc++)
  
  Submitted by:	beefy2 via pkg-fallout

Added:
  head/www/tntnet/files/patch-libcxx   (contents, props changed)

Added: head/www/tntnet/files/patch-libcxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/tntnet/files/patch-libcxx	Thu Sep 19 21:42:51 2013	(r327650)
@@ -0,0 +1,14 @@
+--- a/framework/common/tnt/multipart.h
++++ b/framework/common/tnt/multipart.h
+@@ -75,7 +75,11 @@ namespace tnt
+         : bodyBegin(), bodyEnd()
+         { bodyBegin._C_iter = bodyEnd._C_iter = 0;}
+ #else
++#ifdef _LIBCPP_VERSION
++        : bodyBegin(), bodyEnd()
++#else
+         : bodyBegin(0), bodyEnd(0)
++#endif
+         { }
+ #endif
+ 



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