summaryrefslogtreecommitdiff
path: root/games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx')
-rw-r--r--games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx b/games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx
deleted file mode 100644
index 8e68a0ffcfc..00000000000
--- a/games/simgear/patches/patch-simgear_nasal_cppbind_NasalHash.hxx
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-simgear_nasal_cppbind_NasalHash.hxx,v 1.1 2019/03/14 18:13:18 nia Exp $
-
-Uses enable_if - don't rely on indirect inclusion.
-
---- simgear/nasal/cppbind/NasalHash.hxx.orig 2019-01-29 13:17:36.000000000 +0000
-+++ simgear/nasal/cppbind/NasalHash.hxx
-@@ -23,6 +23,7 @@
- #include "to_nasal.hxx"
-
- #include <simgear/structure/map.hxx>
-+#include <boost/core/enable_if.hpp>
- #include <boost/iterator/iterator_facade.hpp>
-
- namespace nasal