diff options
author | 2009-10-28 07:59:56 +0000 | |
---|---|---|
committer | 2009-10-28 07:59:56 +0000 | |
commit | 9b732792efaa9ac3a51acceb6f0313c85b5ae2fc (patch) | |
tree | 735c31bcfcd447f7bee9ae38da64768f70287eaf /games-strategy/widelands/files | |
parent | Fix empty installation directory. bug #289717 (diff) | |
download | gentoo-2-9b732792efaa9ac3a51acceb6f0313c85b5ae2fc.tar.gz gentoo-2-9b732792efaa9ac3a51acceb6f0313c85b5ae2fc.tar.bz2 gentoo-2-9b732792efaa9ac3a51acceb6f0313c85b5ae2fc.zip |
Version bump to 0.0.14 Bug #287221
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/widelands/files')
-rw-r--r-- | games-strategy/widelands/files/widelands-0.0.14-build.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-strategy/widelands/files/widelands-0.0.14-build.patch b/games-strategy/widelands/files/widelands-0.0.14-build.patch new file mode 100644 index 000000000000..1ea5676c2e30 --- /dev/null +++ b/games-strategy/widelands/files/widelands-0.0.14-build.patch @@ -0,0 +1,14 @@ +--- build/scons-tools/scons_configure.py.old 2009-10-27 09:39:30.000000000 +0100 ++++ build/scons-tools/scons_configure.py 2009-10-27 09:43:53.000000000 +0100 +@@ -505,11 +505,7 @@ + do_configure_basic_compiling(conf, env) + do_configure_locale(conf, env) + do_configure_libraries(conf, env) +- do_configure_debugtools(conf, env) + +- do_configure_compiler_warnings(conf, env) +- do_configure_compiler_features(conf, env) +- do_configure_linker_features(conf, env) + + ################################################################################ + |