diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 19:11:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 19:11:21 +0000 |
commit | fd46f5c87e1fb2a3cb26fe56bb84b25219b8b872 (patch) | |
tree | 724f24e2cd3ed128d7e17f8e69be86f4bb214d9c /benchmarks/pipebench | |
parent | f0439a3a18159e0ab4250352bc383eccbfa65d46 (diff) | |
download | pkgsrc-fd46f5c87e1fb2a3cb26fe56bb84b25219b8b872.tar.gz |
eek, fix the patch.
Diffstat (limited to 'benchmarks/pipebench')
-rw-r--r-- | benchmarks/pipebench/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/pipebench/patches/patch-aa | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/pipebench/distinfo b/benchmarks/pipebench/distinfo index 539887544fe..abc9294b3a3 100644 --- a/benchmarks/pipebench/distinfo +++ b/benchmarks/pipebench/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/09/03 19:11:21 xtraeme Exp $ SHA1 (pipebench-0.40.tar.gz) = 5ac405b9f1f25b39b3760fd9684533ccb778b26c RMD160 (pipebench-0.40.tar.gz) = 9aa9a4a9ef8c641ca25207707cffaefd91f58d85 Size (pipebench-0.40.tar.gz) = 11542 bytes -SHA1 (patch-aa) = c35408773f88f274563c938ed58c2a51b2e6f541 +SHA1 (patch-aa) = 4531d9dc44f3b17e6b96e6046c4c1ae553b9eefd diff --git a/benchmarks/pipebench/patches/patch-aa b/benchmarks/pipebench/patches/patch-aa index 5e91087f96c..bf66db4534a 100644 --- a/benchmarks/pipebench/patches/patch-aa +++ b/benchmarks/pipebench/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2005/09/03 19:11:21 xtraeme Exp $ ---- Makefile.orig 2005-09-03 08:42:58.000000000 +0200 -+++ Makefile 2005-09-03 08:44:36.000000000 +0200 +--- Makefile.orig 2005-09-03 21:09:35.000000000 +0200 ++++ Makefile 2005-09-03 21:09:42.000000000 +0200 @@ -1,7 +1,7 @@ - # $Id: patch-aa,v 1.1.1.1 2005/09/03 06:51:57 xtraeme Exp $ + # $Id: patch-aa,v 1.2 2005/09/03 19:11:21 xtraeme Exp $ -CC=gcc -CFLAGS=-Wall -w -pedantic |