Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 20:09:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r373686 - branches/2014Q4/games/rtb/files
Message-ID:  <201411302009.sAUK9DbP057797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Nov 30 20:09:12 2014
New Revision: 373686
URL: https://svnweb.freebsd.org/changeset/ports/373686
QAT: https://qat.redports.org/buildarchive/r373686/

Log:
  MFH: r373682
  
  - Fix build with clang 3.5
  
  Submitted by:	antoine
  Approved by:	ports-secteam (rea)

Modified:
  branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h
==============================================================================
--- branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h	Sun Nov 30 20:00:46 2014	(r373685)
+++ branches/2014Q4/games/rtb/files/patch-team-framework__stdnamespace.h	Sun Nov 30 20:09:12 2014	(r373686)
@@ -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?201411302009.sAUK9DbP057797>