summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-03-19 14:22:52 +0000
committerdmcmahill <dmcmahill>2001-03-19 14:22:52 +0000
commitcf46f84f8992da17f9204733b664f08263c9277a (patch)
treee897fb94f44ff5efefc81fbb4239f44be6b224ef /benchmarks/benchfft/patches
parent2a21ad53995d1d91d07ff38d73be18a53e3d1f98 (diff)
downloadpkgsrc-cf46f84f8992da17f9204733b664f08263c9277a.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/patches')
-rw-r--r--benchmarks/benchfft/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
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