commit:     92f7812c9a0e422206b98aaf9a5a71d1e0f1c966
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Tue Jul 15 12:22:04 2014 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 12:22:04 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=92f7812c

Include complete patch.

Package-Manager: portage-2.2.10
Manifest-Sign-Key:

---
 games-util/atlas/ChangeLog                           |  4 ++++
 games-util/atlas/files/atlas-0.4_p20140519-fg3.patch | 11 ++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog
index 4b0b033..11763ac 100644
--- a/games-util/atlas/ChangeLog
+++ b/games-util/atlas/ChangeLog
@@ -1,4 +1,8 @@
   15 Jul 2014; Michael Weber <[email protected]>
+  files/atlas-0.4_p20140519-fg3.patch:
+  Include complete patch.
+
+  15 Jul 2014; Michael Weber <[email protected]>
   +files/atlas-0.4_p20140519-fg3.patch, atlas-0.4_p20140519.ebuild:
   Add patches for version 3 scenery (version 1000)
 

diff --git a/games-util/atlas/files/atlas-0.4_p20140519-fg3.patch 
b/games-util/atlas/files/atlas-0.4_p20140519-fg3.patch
index 5aa6665..e367e22 100644
--- a/games-util/atlas/files/atlas-0.4_p20140519-fg3.patch
+++ b/games-util/atlas/files/atlas-0.4_p20140519-fg3.patch
@@ -12,7 +12,16 @@ Based on a patch by Frederik Tilmann, posted at 
http://forum.flightgear.org/view
  
 --- atlas-0.4_p20140519/src/NavData.cxx
 +++ atlas-0.4_p20140519/src/NavData.cxx
-@@ -1397,3 +1397,304 @@
+@@ -1016,6 +1016,8 @@
+     if (version == 810) {
+       // It looks like we have a valid file.
+       _loadAirports810(arp);
++    } else if ( version == 1000 ) {
++      _loadAirports1000(arp);
+     } else {
+       // EYE - throw an error?
+       fprintf(stderr, "AirportsOverlay::load: \"%s\": unknown version %d.\n", 
+@@ -1397,3 +1399,304 @@
        _frustumCullers[AIRPORTS]->culler().addObject(ap);
      }
  }

Reply via email to