summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch')
-rw-r--r--dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch30
1 files changed, 0 insertions, 30 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
- {
-