diff options
Diffstat (limited to 'dev-libs/libcoyotl/files')
-rw-r--r-- | dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch | 30 | ||||
-rw-r--r-- | dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch | 11 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch b/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch deleted file mode 100644 index e81476565e3a..000000000000 --- a/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/libcoyotl/command_line.cpp -+++ b/libcoyotl/command_line.cpp -@@ -30,10 +30,13 @@ - // http://www.coyotegulch.com - // - //----------------------------------------------------------------------- - - #include "command_line.h" -+ -+#include <cstring> -+ - using namespace libcoyotl; - - command_line::command_line(int argc, char * argv[], const set<string> & bool_opts) - : m_options(), - m_inputs(), ---- a/libcoyotl/sortutil.h -+++ b/libcoyotl/sortutil.h -@@ -34,10 +34,11 @@ - //-----------------------------------------------------------------------
-
- #if !defined(LIBCOYOTL_SORTUTIL_H)
- #define LIBCOYOTL_SORTUTIL_H
-
-+#include <climits> - #include <stdexcept>
-
- namespace libcoyotl
- {
-
diff --git a/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch b/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch deleted file mode 100644 index 266a5631fec9..000000000000 --- a/dev-libs/libcoyotl/files/3.1.0-gcc-4.7.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libcoyotl/maze_renderer.cpp -+++ b/libcoyotl/maze_renderer.cpp -@@ -36,6 +36,8 @@ - #include "maze_renderer.h" - using namespace libcoyotl; - -+#include <string.h> -+ - #include <stdexcept> - using namespace std; - |