diff options
author | 2013-02-20 21:26:32 +0000 | |
---|---|---|
committer | 2013-02-20 21:26:32 +0000 | |
commit | 5a6c08b02141cca693de38e683b5b3e827a052cf (patch) | |
tree | ac2c02d57cdf33a74adbcaa3e18cbbd08526cc84 /games-simulation/flightgear/files | |
parent | Version bump, bug 458202. (diff) | |
download | gentoo-2-5a6c08b02141cca693de38e683b5b3e827a052cf.tar.gz gentoo-2-5a6c08b02141cca693de38e683b5b3e827a052cf.tar.bz2 gentoo-2-5a6c08b02141cca693de38e683b5b3e827a052cf.zip |
Version bump, bug 458202. Thanks to Christian Schmitt for some ideas.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'games-simulation/flightgear/files')
-rw-r--r-- | games-simulation/flightgear/files/flightgear-2.0.0-sdl.patch | 11 | ||||
-rw-r--r-- | games-simulation/flightgear/files/flightgear-2.4.0-svn.patch | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/games-simulation/flightgear/files/flightgear-2.0.0-sdl.patch b/games-simulation/flightgear/files/flightgear-2.0.0-sdl.patch deleted file mode 100644 index 835d0f4c0006..000000000000 --- a/games-simulation/flightgear/files/flightgear-2.0.0-sdl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2008-09-08 12:57:35.000000000 -0400 -+++ configure.ac 2008-09-08 12:58:50.000000000 -0400 -@@ -268,6 +268,8 @@ - AC_SEARCH_LIBS(glutGetModifiers, [ glut freeglut ]) - if test "x$enable_sdl" = "xyes"; then - AC_SEARCH_LIBS(SDL_Init, SDL) -+ CFLAGS="$CFLAGS `sdl-config --cflags`" -+ CXXFLAGS="$CXXFLAGS `sdl-config --cflags`" - fi - ;; - diff --git a/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch b/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch deleted file mode 100644 index a62bb2310fc0..000000000000 --- a/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/TerraSync/terrasync.cxx.old 2011-10-18 20:31:14.893605854 +0200 -+++ utils/TerraSync/terrasync.cxx 2011-10-18 20:32:58.580593547 +0200 -@@ -61,6 +61,7 @@ - # include <svn_client.h> - # include <svn_cmdline.h> - # include <svn_pools.h> -+# include <svn_version.h> - # else - # undef HAVE_SVN_CLIENT_H - # endif |