svn commit: r365190 - head/audio/tomahawk/files
Tilman Keskinoz
arved at FreeBSD.org
Sun Aug 17 14:24:58 UTC 2014
Author: arved
Date: Sun Aug 17 14:24:57 2014
New Revision: 365190
URL: http://svnweb.freebsd.org/changeset/ports/365190
QAT: https://qat.redports.org/buildarchive/r365190/
Log:
Add patch to fix build with libc++
Added:
head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h (contents, props changed)
Added: head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h Sun Aug 17 14:24:57 2014 (r365190)
@@ -0,0 +1,13 @@
+--- src/libtomahawk/utils/Closure.h.orig 2014-08-15 16:48:25.000000000 +0200
++++ src/libtomahawk/utils/Closure.h 2014-08-15 16:49:47.000000000 +0200
+@@ -30,6 +30,10 @@
+ #include <boost/noncopyable.hpp>
+ #include <boost/scoped_ptr.hpp>
+
++#ifdef _LIBCPP_VERSION
++namespace std { namespace tr1 = std; }
++#endif
++
+ namespace _detail {
+
+ class DLLEXPORT ClosureArgumentWrapper {
More information about the svn-ports-all
mailing list