diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-12 18:22:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-12 18:22:07 +0000 |
commit | 87abdb2a15e8c5c989d1917fa4a800bf5f38397b (patch) | |
tree | b04975148cf4d80697a5997a120249ab1d835351 /app-benchmarks/bonnie/files | |
parent | Remove old (diff) | |
download | gentoo-2-87abdb2a15e8c5c989d1917fa4a800bf5f38397b.tar.gz gentoo-2-87abdb2a15e8c5c989d1917fa4a800bf5f38397b.tar.bz2 gentoo-2-87abdb2a15e8c5c989d1917fa4a800bf5f38397b.zip |
Use newbin instead of mv. Remove empty (R)DEPEND. Respect CC (bug #243512), LDFLAGS (use emake instead of make).
(Portage version: 2.2_rc92/cvs/Linux i686)
Diffstat (limited to 'app-benchmarks/bonnie/files')
-rw-r--r-- | app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch b/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch new file mode 100644 index 000000000000..cfefe953c6f1 --- /dev/null +++ b/app-benchmarks/bonnie/files/bonnie-2.0.6-includes.patch @@ -0,0 +1,13 @@ +--- a/Bonnie.c 1996-08-28 18:23:49.000000000 +0200 ++++ b/Bonnie.c 2010-10-12 20:15:26.000000000 +0200 +@@ -29,6 +29,10 @@ + #include <fcntl.h> + #include <sys/types.h> + #include <sys/time.h> ++#include <time.h> ++#include <string.h> ++#include <stdlib.h> ++#include <sys/wait.h> + #if defined(SysV) + #include <limits.h> + #include <sys/times.h> |