svn commit: r327650 - head/www/tntnet/files

Juergen Lock nox at FreeBSD.org
Thu Sep 19 21:42:52 UTC 2013


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
+ 


More information about the svn-ports-all mailing list