Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 19:25:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373682 - head/games/rtb/files
Message-ID:  <201411301925.sAUJPx8w038244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Nov 30 19:25:58 2014
New Revision: 373682
URL: https://svnweb.freebsd.org/changeset/ports/373682
QAT: https://qat.redports.org/buildarchive/r373682/

Log:
  - Fix build with clang 3.5
  
  Submitted by:	antoine
  MFH:		2014Q4

Modified:
  head/games/rtb/files/patch-team-framework__stdnamespace.h

Modified: head/games/rtb/files/patch-team-framework__stdnamespace.h
==============================================================================
--- head/games/rtb/files/patch-team-framework__stdnamespace.h	Sun Nov 30 17:57:00 2014	(r373681)
+++ head/games/rtb/files/patch-team-framework__stdnamespace.h	Sun Nov 30 19:25:58 2014	(r373682)
@@ -1,16 +1,12 @@
---- team-framework/stdnamespace.h.orig
-+++ team-framework/stdnamespace.h
-@@ -25,9 +25,13 @@
- 
+--- team-framework/stdnamespace.h.orig	2005-01-06 20:59:18.000000000 +0300
++++ team-framework/stdnamespace.h	2014-11-30 22:10:41.000000000 +0300
+@@ -26,8 +26,4 @@
  **************************************************************************/
  
-+#if !defined(_LIBCPP_VERSION)
  #include <iosfwd>	// This file contains the forward declaration in particular of std::string
- 
- namespace std
- {
- 	template <class _Tp> class auto_ptr;	// Origin: The header file <memory>
- }
-+#else
+-
+-namespace std
+-{
+-	template <class _Tp> class auto_ptr;	// Origin: The header file <memory>
+-}
 +#include <memory>
-+#endif



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