summaryrefslogtreecommitdiff
path: root/math/lapack/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-08-12 21:32:04 +0000
committermarkd <markd@pkgsrc.org>2008-08-12 21:32:04 +0000
commit02eaa3a918c7a033d522a8b828f936e776ce824d (patch)
tree06065cf7b357f7b90333b83ce536908fd9ddd2d4 /math/lapack/patches
parent8748e4e0ee8dc741377d9ac9db0cb933644ea68d (diff)
downloadpkgsrc-02eaa3a918c7a033d522a8b828f936e776ce824d.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-aa4
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)