diff options
author | markd <markd> | 2008-08-12 21:32:04 +0000 |
---|---|---|
committer | markd <markd> | 2008-08-12 21:32:04 +0000 |
commit | 85d2b3496d8ad1c9ca0f4d8b45c53faa0a2a574c (patch) | |
tree | 06065cf7b357f7b90333b83ce536908fd9ddd2d4 /math/lapack/patches | |
parent | e106689ba60110124592a8b8b70df556e3724489 (diff) | |
download | pkgsrc-85d2b3496d8ad1c9ca0f4d8b45c53faa0a2a574c.tar.gz |
Tell libtool that its linking fortran so the correct libraries get linked
in.
Diffstat (limited to 'math/lapack/patches')
-rw-r--r-- | math/lapack/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/patches/patch-aa b/math/lapack/patches/patch-aa index fcfa25f6172..f7879066154 100644 --- a/math/lapack/patches/patch-aa +++ b/math/lapack/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2007/12/10 17:50:31 adam Exp $ +$NetBSD: patch-aa,v 1.6 2008/08/12 21:32:04 markd Exp $ --- SRC/Makefile.orig 2007-02-26 19:20:07.000000000 +0100 +++ SRC/Makefile @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.5 2007/12/10 17:50:31 adam Exp $ ../$(LAPACKLIB): $(ALLOBJ) - $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) - $(RANLIB) $@ -+ ${LIBTOOL} --mode=link --tag=CC ${FC} -o ../$(LAPACKLIB) \ ++ ${LIBTOOL} --mode=link --tag=F77 ${FC} -o ../$(LAPACKLIB) \ + $(ALLOBJ:.o=.lo) -rpath ${PREFIX}/lib -version-info 3:0 single: $(SLASRC) $(ALLAUX) $(SCLAUX) |