summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 18:22:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 18:22:30 +0000
commitc93d373df5fa4090bc4a1e8f68866e7553cdfb5c (patch)
tree99a2b68e99bda26a6cfc4e7e20ccd00067edfb07 /games-simulation/flightgear/files
parentStable on alpha, bug #284689 (diff)
downloadgentoo-2-c93d373df5fa4090bc4a1e8f68866e7553cdfb5c.tar.gz
gentoo-2-c93d373df5fa4090bc4a1e8f68866e7553cdfb5c.tar.bz2
gentoo-2-c93d373df5fa4090bc4a1e8f68866e7553cdfb5c.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation/flightgear/files')
-rw-r--r--games-simulation/flightgear/files/flightgear-0.9.10-gcc43.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-simulation/flightgear/files/flightgear-0.9.10-gcc43.patch b/games-simulation/flightgear/files/flightgear-0.9.10-gcc43.patch
deleted file mode 100644
index f4700e8a67c6..000000000000
--- a/games-simulation/flightgear/files/flightgear-0.9.10-gcc43.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- src/Airports/runways.cxx.old 2008-09-19 06:00:35.000000000 +0200
-+++ src/Airports/runways.cxx 2008-09-19 06:01:16.000000000 +0200
-@@ -27,6 +27,7 @@
-
- #include <math.h> // fabs()
- #include <stdio.h> // sprintf()
-+#include <stdlib.h>
-
- #include <simgear/compiler.h>
-
---- src/Airports/runwayprefs.cxx.old 2008-09-19 06:02:50.000000000 +0200
-+++ src/Airports/runwayprefs.cxx 2008-09-19 06:04:05.000000000 +0200
-@@ -27,6 +27,8 @@
-
- #include <math.h>
- //#include <algorithm>
-+#include <string.h>
-+#include <stdlib.h>
-
- #include <simgear/compiler.h>
-
---- src/Airports/parking.cxx.old 2008-09-19 06:05:09.000000000 +0200
-+++ src/Airports/parking.cxx 2008-09-19 06:05:32.000000000 +0200
-@@ -27,6 +27,7 @@
- #endif
-
- //#include <algorithm>
-+#include <stdlib.h>
-
- #include <simgear/compiler.h>
-
---- src/FDM/JSBSim/input_output/FGfdmSocket.cpp.old 2008-09-19 06:13:29.000000000 +0200
-+++ src/FDM/JSBSim/input_output/FGfdmSocket.cpp 2008-09-19 06:14:08.000000000 +0200
-@@ -37,6 +37,7 @@
- INCLUDES
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
-
-+#include <string.h>
- #include "FGfdmSocket.h"
-
- namespace JSBSim {
---- src/Main/util.cxx.old 2008-09-19 06:24:04.000000000 +0200
-+++ src/Main/util.cxx 2008-09-19 06:24:38.000000000 +0200
-@@ -21,6 +21,7 @@
- #include <simgear/compiler.h>
-
- #include <math.h>
-+#include <stdlib.h>
-
- #include <vector>
- SG_USING_STD(vector);