svn commit: r373682 - head/games/rtb/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Nov 30 19:25:59 UTC 2014
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
More information about the svn-ports-head
mailing list