summaryrefslogtreecommitdiffstats
path: root/libraries/SimGear
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2020-04-17 12:26:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-19 10:00:19 +0700
commit475be9b3828a770be95ebb7fc6e0bda16af8f0f2 (patch)
tree0aad1659d619504b529afc1597183a60a599501c /libraries/SimGear
parent32377967267ee91274713e30ba4ebeb35fccbc70 (diff)
downloadslackbuilds-475be9b3828a770be95ebb7fc6e0bda16af8f0f2.tar.gz
slackbuilds-475be9b3828a770be95ebb7fc6e0bda16af8f0f2.tar.xz
libraries/SimGear: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/SimGear')
-rw-r--r--libraries/SimGear/simgear-enable-if.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/SimGear/simgear-enable-if.patch b/libraries/SimGear/simgear-enable-if.patch
new file mode 100644
index 0000000000..2cf69cefe9
--- /dev/null
+++ b/libraries/SimGear/simgear-enable-if.patch
@@ -0,0 +1,12 @@
+diff --git a/simgear/nasal/cppbind/NasalHash.hxx b/simgear/nasal/cppbind/NasalHash.hxx
+index aac672fd..2ee7d044 100644
+--- a/simgear/nasal/cppbind/NasalHash.hxx
++++ b/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