summaryrefslogtreecommitdiff
path: root/app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch')
-rw-r--r--app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch b/app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch
deleted file mode 100644
index 625abdab397b..000000000000
--- a/app-benchmarks/bashmark/files/bashmark-0.6.2-gcc43.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -NrU5 bashmark-0.6.2.orig/Benchmark.cpp bashmark-0.6.2/Benchmark.cpp
---- bashmark-0.6.2.orig/Benchmark.cpp 2008-06-29 11:53:07.000000000 +0200
-+++ bashmark-0.6.2/Benchmark.cpp 2008-06-29 11:54:02.000000000 +0200
-@@ -15,11 +15,11 @@
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this software; if not, write to the Free Software *
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
- ***************************************************************************/
--#include <string>
-+#include <cstring>
- #include "Benchmark.hpp"
- #include "Stopwatch.hpp"
- #include "Main.hpp"
-
-
-diff -NrU5 bashmark-0.6.2.orig/main.cpp bashmark-0.6.2/main.cpp
---- bashmark-0.6.2.orig/main.cpp 2008-06-29 11:53:07.000000000 +0200
-+++ bashmark-0.6.2/main.cpp 2008-06-29 11:56:40.000000000 +0200
-@@ -17,10 +17,11 @@
- * along with this software; if not, write to the Free Software *
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
- ***************************************************************************/
-
- #include <sstream>
-+#include <cstring>
- using std::stringstream;
-
-
- #include "Output.hpp"
- #include "Sysinfo.hpp"
-diff -NrU5 bashmark-0.6.2.orig/Sysinfo.cpp bashmark-0.6.2/Sysinfo.cpp
---- bashmark-0.6.2.orig/Sysinfo.cpp 2008-06-29 11:53:07.000000000 +0200
-+++ bashmark-0.6.2/Sysinfo.cpp 2008-06-29 11:55:58.000000000 +0200
-@@ -15,11 +15,12 @@
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this software; if not, write to the Free Software *
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
- ***************************************************************************/
--
-+
-+#include <cstring>
- #include "Sysinfo.hpp"
-
- using Geno::Sysinfo;
- using Geno::Cpu_Info;
-