diff options
-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 { |