From e07b5125a4377e2ceaec0ed50fb896743a22e3db Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 29 Oct 2007 04:34:12 +0000 Subject: Build fix. gfortran has intrinsic etime and we should use it. Submitted by: linimon --- science/getdp/files/patch-Arpack+second.f | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/getdp/files/patch-Arpack+second.f (limited to 'science') diff --git a/science/getdp/files/patch-Arpack+second.f b/science/getdp/files/patch-Arpack+second.f new file mode 100644 index 000000000000..313845437c75 --- /dev/null +++ b/science/getdp/files/patch-Arpack+second.f @@ -0,0 +1,11 @@ +--- Arpack/second.f~ 2005-07-06 20:23:48.000000000 +0900 ++++ Arpack/second.f 2007-10-29 13:31:08.000000000 +0900 +@@ -21,7 +21,7 @@ + * .. + * .. External Functions .. + REAL ETIME +- EXTERNAL ETIME ++ INTRINSIC ETIME + * .. + * .. Executable Statements .. + * -- cgit