aboutsummaryrefslogtreecommitdiffstats
path: root/math/eispack/files/patch-radix_fix
diff options
context:
space:
mode:
Diffstat (limited to 'math/eispack/files/patch-radix_fix')
-rw-r--r--math/eispack/files/patch-radix_fix38
1 files changed, 38 insertions, 0 deletions
diff --git a/math/eispack/files/patch-radix_fix b/math/eispack/files/patch-radix_fix
new file mode 100644
index 000000000000..6d1dc23bfda3
--- /dev/null
+++ b/math/eispack/files/patch-radix_fix
@@ -0,0 +1,38 @@
+*** balanc.f~ Sat Jan 28 00:00:00 1984
+--- balanc.f Thu Nov 30 15:35:38 1995
+***************
+*** 57,63 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 57,63 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1
+*** cbal.f~ Sat Jan 28 00:00:00 1984
+--- cbal.f Thu Nov 30 15:36:01 1995
+***************
+*** 62,68 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 62,68 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1
ss='insertions'>+1 * Fix on sparc64 by using a time_t instead of a long, and bump PORTREVISION.kris2003-05-212-0/+12 * Clear moonlight beckons.ade2003-03-072-1/+1