diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-31 20:12:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-31 20:12:01 +0000 |
commit | 3c894146d3b6891782b758c318a20254eda9d134 (patch) | |
tree | 1e9f92f4f31a1dfc97df68089ffbfae73fe03b0c /games-puzzle/fish-fillets/files | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-3c894146d3b6891782b758c318a20254eda9d134.tar.gz gentoo-2-3c894146d3b6891782b758c318a20254eda9d134.tar.bz2 gentoo-2-3c894146d3b6891782b758c318a20254eda9d134.zip |
old
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/fish-fillets/files')
-rw-r--r-- | games-puzzle/fish-fillets/files/fish-fillets-0.9.3-gcc43.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/fish-fillets/files/fish-fillets-0.9.3-gcc43.patch b/games-puzzle/fish-fillets/files/fish-fillets-0.9.3-gcc43.patch deleted file mode 100644 index 19b7ab86c895..000000000000 --- a/games-puzzle/fish-fillets/files/fish-fillets-0.9.3-gcc43.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ru fillets-ng-0.8.1.orig/src/gengine/OptionAgent.cpp fillets-ng-0.8.1/src/gengine/OptionAgent.cpp ---- fillets-ng-0.8.1.orig/src/gengine/OptionAgent.cpp 2008-12-29 05:43:40.000000000 -0500 -+++ fillets-ng-0.8.1/src/gengine/OptionAgent.cpp 2009-02-13 13:35:13.000000000 -0500 -@@ -23,8 +23,8 @@ - #include "UnknownMsgException.h" - #include "minmax.h" - --#include <stdlib.h> //getenv --#include <string.h> //strlen -+#include <cstdlib> //getenv -+#include <cstring> //strlen - #include <locale.h> //setlocale - - #ifndef LC_MESSAGES -diff -ru fillets-ng-0.8.1.orig/src/gengine/StringTool.cpp fillets-ng-0.8.1/src/gengine/StringTool.cpp ---- fillets-ng-0.8.1.orig/src/gengine/StringTool.cpp 2008-08-10 06:00:15.000000000 -0400 -+++ fillets-ng-0.8.1/src/gengine/StringTool.cpp 2009-02-13 13:35:29.000000000 -0500 -@@ -8,7 +8,7 @@ - */ - #include "StringTool.h" - --#include <stdlib.h> -+#include <cstdlib> - #include <sstream> - - //----------------------------------------------------------------- -diff -ru fillets-ng-0.8.1.orig/src/level/Landslip.cpp fillets-ng-0.8.1/src/level/Landslip.cpp ---- fillets-ng-0.8.1.orig/src/level/Landslip.cpp 2008-08-10 06:00:29.000000000 -0400 -+++ fillets-ng-0.8.1/src/level/Landslip.cpp 2009-02-13 13:36:06.000000000 -0500 -@@ -11,7 +11,7 @@ - #include "Rules.h" - #include "minmax.h" - --#include <string.h> -+#include <cstring> - - //----------------------------------------------------------------- - Landslip::Landslip(const ModelList &models) |