diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2020-02-01 01:50:34 +0100 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2020-02-01 01:58:08 +0100 |
commit | bde616536a8acb3f2ea508dd16c92b1a7fe11b14 (patch) | |
tree | 93268baba8a78ffd1a0449ff7b6320b4ff8ac256 /dev-games/simgear/files | |
parent | net-analyzer/ettercap: Fix CFLAGS=-fno-common (diff) | |
download | gentoo-bde616536a8acb3f2ea508dd16c92b1a7fe11b14.tar.gz gentoo-bde616536a8acb3f2ea508dd16c92b1a7fe11b14.tar.bz2 gentoo-bde616536a8acb3f2ea508dd16c92b1a7fe11b14.zip |
dev-games/simgear: Version bump, remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org>
Diffstat (limited to 'dev-games/simgear/files')
-rw-r--r-- | dev-games/simgear/files/simgear-2018.3.2-boost-1.69.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-games/simgear/files/simgear-2018.3.2-boost-1.69.patch b/dev-games/simgear/files/simgear-2018.3.2-boost-1.69.patch deleted file mode 100644 index 2372c8c58adf..000000000000 --- a/dev-games/simgear/files/simgear-2018.3.2-boost-1.69.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c1ac1fb93dace81b2a60f9d1f5d6d20298c8b9bb Mon Sep 17 00:00:00 2001 -From: Fabrice Bellet <fabrice@bellet.info> -Date: Fri, 1 Feb 2019 09:29:40 +0100 -Subject: [PATCH] fix for boost 1.69 - ---- - simgear/nasal/cppbind/NasalHash.hxx | 1 + - 1 file changed, 1 insertion(+) - -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 --- -2.20.1 - |