diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-09-07 13:06:41 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-09-07 13:06:41 +0000 |
commit | 000698041d602e3bd54ede32bd62f5b02c322f70 (patch) | |
tree | aeacfb7178133e186920bab99ebb724553a54222 /games/flightgear/files/patch-src-Airports-runwayprefs.cxx | |
parent | Update to 1.5.4 (diff) |
Update Simgear and Flightgear ports to 2.8.0
Notes
Notes:
svn path=/head/; revision=303810
Diffstat (limited to 'games/flightgear/files/patch-src-Airports-runwayprefs.cxx')
-rw-r--r-- | games/flightgear/files/patch-src-Airports-runwayprefs.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/flightgear/files/patch-src-Airports-runwayprefs.cxx b/games/flightgear/files/patch-src-Airports-runwayprefs.cxx deleted file mode 100644 index 3ea13d8fbf70..000000000000 --- a/games/flightgear/files/patch-src-Airports-runwayprefs.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Airports/runwayprefs.cxx.orig 2012-04-28 17:05:44.544236696 +0300 -+++ src/Airports/runwayprefs.cxx 2012-04-28 17:06:08.564242690 +0300 -@@ -26,6 +26,7 @@ - #endif - - #include <math.h> -+#include <cstdlib> - #include <cstring> - - #include <simgear/compiler.h> - |