From b273d3a4a4c936ab934b97a83245595e894947db Mon Sep 17 00:00:00 2001
From: Maho Nakata <maho@FreeBSD.org>
Date: Thu, 6 Sep 2007 03:36:18 +0000
Subject: Now it is possible to make EXAMPLE2 dir. Adding ./ for executables.

---
 math/lapack95/files/patch-make.inc | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/math/lapack95/files/patch-make.inc b/math/lapack95/files/patch-make.inc
index 7fcdc32169b9..ba4cb1ae64ac 100644
--- a/math/lapack95/files/patch-make.inc
+++ b/math/lapack95/files/patch-make.inc
@@ -1,5 +1,5 @@
 --- make.inc.orig	Thu Nov 30 22:18:37 2000
-+++ make.inc	Tue Sep  4 17:20:52 2007
++++ make.inc	Thu Sep  6 11:57:35 2007
 @@ -3,8 +3,8 @@
  #     UNI-C, Denmark; Univ. of Tennessee, USA; NAG Ltd., UK
  #     August 5, 2000
@@ -11,7 +11,7 @@
  # -dcfuns  Enable recognition of non-standard double
  #          precision  complex intrinsic functions
  # -dusty   Allows the compilation and execution of "legacy"
-@@ -13,21 +13,21 @@
+@@ -13,27 +13,27 @@
  # -ieee=full enables all IEEE arithmetic facilities
  #          including non-stop arithmetic.
  
@@ -40,3 +40,10 @@
  SUF      = f90
  
  XX = 'rm' -f $@; \
+         'rm' -f $@.res; \
+ 	$(FC) $(OPTS0) -o $@ $(MODLIB) $@.$(SUF) $(OPTLIB) $(LIBS); \
+-        $@ < $@.dat > $@.res; \
++        ./$@ < $@.dat > $@.res; \
+         'rm' -f $@
+ 
+ YY = $(FC) $(OPTS0) -o $@ $(MODLIB) $@.$(SUF) $(OPTLIB) $(LIBS)
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0