ports/audio/tomahawk/files/patch-src_libtomahawk_utils_Closure.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
354 B
C++

--- src/libtomahawk/utils/Closure.h.orig 2015-04-15 04:41:40 UTC
+++ src/libtomahawk/utils/Closure.h
@@ -40,6 +40,10 @@ using std::tr1::function;
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
+#ifdef _LIBCPP_VERSION
+namespace std { namespace tr1 = std; }
+#endif
+
namespace _detail {
class DLLEXPORT ClosureArgumentWrapper {