mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
354 B
C++
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 {
|