diff options
author | maho <maho@FreeBSD.org> | 2007-10-29 12:34:12 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-10-29 12:34:12 +0800 |
commit | e07b5125a4377e2ceaec0ed50fb896743a22e3db (patch) | |
tree | 962254c24a9be2fa83976d19196bbeb27a2cfd3f /science | |
parent | ad3347d56c918e3b522d97e600e24cdd6f7ada7d (diff) | |
download | freebsd-ports-gnome-e07b5125a4377e2ceaec0ed50fb896743a22e3db.tar.gz freebsd-ports-gnome-e07b5125a4377e2ceaec0ed50fb896743a22e3db.tar.zst freebsd-ports-gnome-e07b5125a4377e2ceaec0ed50fb896743a22e3db.zip |
Build fix.
gfortran has intrinsic etime and we should use it.
Submitted by: linimon
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/files/patch-Arpack+second.f | 11 |
1 files changed, 11 insertions, 0 deletions
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 .. + * |