aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape/files/patch-src_ui_tool_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-src_ui_tool_node.h')
-rw-r--r--graphics/inkscape/files/patch-src_ui_tool_node.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/inkscape/files/patch-src_ui_tool_node.h b/graphics/inkscape/files/patch-src_ui_tool_node.h
deleted file mode 100644
index 63287944d1c1..000000000000
--- a/graphics/inkscape/files/patch-src_ui_tool_node.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ui/tool/node.h.orig 2014-10-20 01:38:50.972399465 +0200
-+++ src/ui/tool/node.h 2014-10-20 01:37:10.561420788 +0200
-@@ -38,7 +38,7 @@
- }
- }
-
--#if __cplusplus < 201103L
-+#if __cplusplus < 201103L && !defined(_LIBCPP_VERSION)
- namespace std {
- namespace tr1 {
- template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;