diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-18 22:15:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-18 22:15:26 +0000 |
commit | e436404d5ed9312546fe05ec5bb7e4b9bc8b5868 (patch) | |
tree | 4184ef8ab50482f03bdca6a82b4923f67588be03 /games/allacrost | |
parent | 1ab792423ade0148ef19068e16171320660593e6 (diff) | |
download | ports-e436404d5ed9312546fe05ec5bb7e4b9bc8b5868.tar.gz ports-e436404d5ed9312546fe05ec5bb7e4b9bc8b5868.zip |
Notes
Diffstat (limited to 'games/allacrost')
-rw-r--r-- | games/allacrost/files/patch-src_luabind_luabind_object.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/allacrost/files/patch-src_luabind_luabind_object.hpp b/games/allacrost/files/patch-src_luabind_luabind_object.hpp new file mode 100644 index 000000000000..81cd9ab18635 --- /dev/null +++ b/games/allacrost/files/patch-src_luabind_luabind_object.hpp @@ -0,0 +1,18 @@ +--- src/luabind/luabind/object.hpp.orig 2010-01-03 23:08:15 UTC ++++ src/luabind/luabind/object.hpp +@@ -536,6 +536,7 @@ namespace detail + handle m_key; + }; + ++#if BOOST_VERSION < 105700 + // Needed because of some strange ADL issues. + + #define LUABIND_OPERATOR_ADL_WKND(op) \ +@@ -557,6 +558,7 @@ namespace detail + LUABIND_OPERATOR_ADL_WKND(!=) + + #undef LUABIND_OPERATOR_ADL_WKND ++#endif + + } // namespace detail + |