pkgsrc-ng/graphics/inkscape/patches/patch-src_ui_tool_node.h
2016-01-21 23:40:00 +01:00

17 lines
396 B
C++

$NetBSD: patch-src_ui_tool_node.h,v 1.3 2015/02/03 13:55:12 adam Exp $
--- src/ui/tool/node.h.orig 2014-11-30 18:45:32.000000000 +0000
+++ src/ui/tool/node.h
@@ -21,11 +21,7 @@
#include <stdexcept>
#include <cstddef>
-#if __cplusplus >= 201103L
#include <functional>
-#else
-#include <tr1/functional>
-#endif
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>