summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-03-19 14:22:52 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-03-19 14:22:52 +0000
commita764042bb657a116d8f882d447ff72826b5b47df (patch)
treee897fb94f44ff5efefc81fbb4239f44be6b224ef /benchmarks/benchfft
parentdecdd8fbf29b080dc22d432f733c53e2e032028c (diff)
downloadpkgsrc-a764042bb657a116d8f882d447ff72826b5b47df.tar.gz
make sure this works with either f77 or f2c-f77. Fixes recently noted
problems using f77 on alpha.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r--benchmarks/benchfft/files/patch-sum12
-rw-r--r--benchmarks/benchfft/patches/patch-ad4
2 files changed, 8 insertions, 8 deletions
diff --git a/benchmarks/benchfft/files/patch-sum b/benchmarks/benchfft/files/patch-sum
index 6e6f9245378..2b1351f30cf 100644
--- a/benchmarks/benchfft/files/patch-sum
+++ b/benchmarks/benchfft/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.2 2000/05/13 14:51:12 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.3 2001/03/19 14:22:52 dmcmahill Exp $
-MD5 (patch-aa) = b6792e6966cef606b722e10e6dadc5f4
-MD5 (patch-ab) = 46906259830a688e37b668b5c66d3e83
-MD5 (patch-ac) = bdf13303af810fc9bc8bee190aea4462
-MD5 (patch-ad) = 2ba9ee47246802c02e949392c01ba318
-MD5 (patch-ae) = b85f592ec4f82d259735249ecf9d50ad
+SHA1 (patch-aa) = 11c7d759af18a51da99231c964a079147656c9cc
+SHA1 (patch-ab) = 1c1be2e043ea9280f70dddd8082d20e929ea9d49
+SHA1 (patch-ac) = 91214ddd89c6eed3ff3b172e02bab720afc84b52
+SHA1 (patch-ad) = f9e1393a5e94ded1159ca162e429854649d6f6d1
+SHA1 (patch-ae) = 15985b9db54402feeddbcde1e74b9fc8c4320018
diff --git a/benchmarks/benchfft/patches/patch-ad b/benchmarks/benchfft/patches/patch-ad
index a58e4420c94..00beaf280de 100644
--- a/benchmarks/benchfft/patches/patch-ad
+++ b/benchmarks/benchfft/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2000/05/13 14:51:12 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2001/03/19 14:22:53 dmcmahill Exp $
link required fortran library
@@ -14,6 +14,6 @@ link required fortran library
bench: $(OBJECTS)
- $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) -o $@
-+ $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) $(FLIBS) -o $@
++ $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) $(FLIBS) -u _MAIN__ -u MAIN__ -o $@
submit: bench