summaryrefslogtreecommitdiff
path: root/math/lapack/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/patches/patch-ad')
-rw-r--r--math/lapack/patches/patch-ad17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/lapack/patches/patch-ad b/math/lapack/patches/patch-ad
deleted file mode 100644
index e8a802eb52b..00000000000
--- a/math/lapack/patches/patch-ad
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2017/09/11 20:56:28 wiz Exp $
-
-Use LIBTOOL.
-
---- INSTALL/Makefile.orig 2017-06-17 22:46:53.000000000 +0000
-+++ INSTALL/Makefile
-@@ -44,7 +44,7 @@ cleantest:
-
- .SUFFIXES: .o .f
- .f.o:
-- $(FORTRAN) $(OPTS) -c -o $@ $<
-+ ${LIBTOOL} --mode=compile --tag=FC ${FC} ${FFLAGS} -c -o $@ $<
-
--slamch.o: slamch.f ; $(FORTRAN) $(NOOPT) -c -o $@ $<
--dlamch.o: dlamch.f ; $(FORTRAN) $(NOOPT) -c -o $@ $<
-+slamch.o: slamch.f ; ${LIBTOOL} --mode=compile --tag=FC $(FC) $(NOOPT) -c -o $@ $<
-+dlamch.o: dlamch.f ; ${LIBTOOL} --mode=compile --tag=FC $(FC) $(NOOPT) -c -o $@ $<