summaryrefslogtreecommitdiff
path: root/math/meschach/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/meschach/patches/patch-ab')
-rw-r--r--math/meschach/patches/patch-ab25
1 files changed, 25 insertions, 0 deletions
diff --git a/math/meschach/patches/patch-ab b/math/meschach/patches/patch-ab
new file mode 100644
index 00000000000..e74fdc97380
--- /dev/null
+++ b/math/meschach/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
+
+--- machine.h.in.orig Mon Nov 20 03:33:32 2000
++++ machine.h.in
+@@ -208,13 +208,13 @@
+ #endif
+
+ /* for non-ANSI systems */
+-#ifndef HUGE_VAL
+-#define HUGE_VAL HUGE
+-#else
+-#ifndef HUGE
+-#define HUGE HUGE_VAL
+-#endif
+-#endif
++/* #ifndef HUGE_VAL */
++/* #define HUGE_VAL HUGE */
++/* #else */
++/* #ifndef HUGE */
++/* #define HUGE HUGE_VAL */
++/* #endif */
++/* #endif */
+
+
+ #ifdef ANSI_C