diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-05-22 07:02:27 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-05-22 07:02:27 +0000 |
commit | c29964b59572c0cc5302e082a39a90a528444ca9 (patch) | |
tree | 7570a788644fce2957e02e681b32cc6a99eb18ed /games-simulation/flightgear/files | |
parent | Version bump (diff) | |
download | historical-c29964b59572c0cc5302e082a39a90a528444ca9.tar.gz historical-c29964b59572c0cc5302e082a39a90a528444ca9.tar.bz2 historical-c29964b59572c0cc5302e082a39a90a528444ca9.zip |
Fix build with gcc-4.4.0 Bug #269866
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'games-simulation/flightgear/files')
-rw-r--r-- | games-simulation/flightgear/files/flightgear-1.9.1-gcc44.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-simulation/flightgear/files/flightgear-1.9.1-gcc44.patch b/games-simulation/flightgear/files/flightgear-1.9.1-gcc44.patch new file mode 100644 index 000000000000..778ffe506d99 --- /dev/null +++ b/games-simulation/flightgear/files/flightgear-1.9.1-gcc44.patch @@ -0,0 +1,10 @@ +--- utils/GPSsmooth/UGear_command.cxx.old 2009-05-22 08:46:02.000000000 +0200 ++++ utils/GPSsmooth/UGear_command.cxx 2009-05-22 08:46:58.000000000 +0200 +@@ -1,6 +1,7 @@ + #include <cstring> + + #include "UGear_command.hxx" ++#include <cstdio> + + + UGCommand::UGCommand(): |