Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,28 @@
$NetBSD: patch-src_ui_tool_node.h,v 1.1 2014/01/11 17:48:52 wiz Exp $
--- src/ui/tool/node.h.orig 2012-02-14 03:22:17.000000000 +0000
+++ src/ui/tool/node.h
@@ -16,7 +16,9 @@
#include <iosfwd>
#include <stdexcept>
#include <cstddef>
-#include <tr1/functional>
+
+#include <functional>
+
#include <boost/utility.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
@@ -32,12 +34,6 @@ template <typename> class NodeIterator;
}
}
-namespace std {
-namespace tr1 {
-template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;
-}
-}
-
namespace Inkscape {
namespace UI {