diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-08-17 14:24:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-08-17 14:24:57 +0000 |
commit | d83174943f4b971b78d89281264daa406b10e545 (patch) | |
tree | 94062db330065207e6def6cc2d5dc43e8fcdcecf /audio | |
parent | 12d0499bc8094c678fdca2ec9547d58a5910c83e (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h b/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h new file mode 100644 index 000000000000..4c7fe8714f35 --- /dev/null +++ b/audio/tomahawk/files/patch-src__libtomahawk__utils__Closure.h @@ -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 { |