summaryrefslogtreecommitdiff
path: root/lang/umb-scheme/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'lang/umb-scheme/patches/patch-af')
-rw-r--r--lang/umb-scheme/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/umb-scheme/patches/patch-af b/lang/umb-scheme/patches/patch-af
new file mode 100644
index 00000000000..e4db323ae1b
--- /dev/null
+++ b/lang/umb-scheme/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2001/04/12 21:06:45 jtb Exp $
+
+--- portable.h.orig Thu Apr 12 20:13:29 2001
++++ portable.h
+@@ -94,7 +94,7 @@
+ a float.h defns file then replace the definition of DBL_MIN with
+ an #include <float.h> */
+
+-#define DBL_MIN 10e-307
++/* #define DBL_MIN 10e-307 */
+
+ #ifdef sun
+ extern int fclose( /* FILE *stream */ );