summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-15 02:20:05 +0000
committerdmcmahill <dmcmahill>2001-04-15 02:20:05 +0000
commitc62295b789a41dfd766c728ea5744f3f850a3c7b (patch)
treee2cd485beffd9c9e4ba2be937409651753bab570 /benchmarks/benchfft
parent08d8480f4c591839a51ea6b5d318be2dc8670f71 (diff)
downloadpkgsrc-c62295b789a41dfd766c728ea5744f3f850a3c7b.tar.gz
revert previous change. f2c package has been fixed so that the autoconf
builtin test correctly determines runtime path.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r--benchmarks/benchfft/files/patch-sum4
-rw-r--r--benchmarks/benchfft/patches/patch-ad7
2 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks/benchfft/files/patch-sum b/benchmarks/benchfft/files/patch-sum
index 9dd3c389263..cf4b12b8ba2 100644
--- a/benchmarks/benchfft/files/patch-sum
+++ b/benchmarks/benchfft/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.4 2001/04/15 00:53:12 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.5 2001/04/15 02:20:05 dmcmahill Exp $
SHA1 (patch-aa) = 11c7d759af18a51da99231c964a079147656c9cc
SHA1 (patch-ab) = 1c1be2e043ea9280f70dddd8082d20e929ea9d49
SHA1 (patch-ac) = 91214ddd89c6eed3ff3b172e02bab720afc84b52
-SHA1 (patch-ad) = d23d5efa03fd90b2ea72261b8e2d5c9209a9852e
+SHA1 (patch-ad) = 6a40bc4f223029a5c654f6e8cbf4e476d40a6e56
SHA1 (patch-ae) = 15985b9db54402feeddbcde1e74b9fc8c4320018
diff --git a/benchmarks/benchfft/patches/patch-ad b/benchmarks/benchfft/patches/patch-ad
index a2fe4de1546..341d9d334c8 100644
--- a/benchmarks/benchfft/patches/patch-ad
+++ b/benchmarks/benchfft/patches/patch-ad
@@ -1,7 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2001/04/15 00:53:13 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.4 2001/04/15 02:20:06 dmcmahill Exp $
-link required fortran library. Also make sure we can pick up the
-required runtime path.
+link required fortran library.
--- Makefile.in.orig Tue Oct 20 12:42:00 1998
+++ Makefile.in Fri May 12 17:11:17 2000
@@ -15,6 +14,6 @@ required runtime path.
bench: $(OBJECTS)
- $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) -o $@
-+ $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) -Wl,-R$(LOCALBASE)/lib $(FLIBS) -u _MAIN__ -u MAIN__ -o $@
++ $(CC) $(CFLAGS) $(OBJECTS) $(LIBRARIES) $(FLIBS) -u _MAIN__ -u MAIN__ -o $@
submit: bench