summaryrefslogtreecommitdiff
path: root/math/meschach/patches
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-25 21:40:21 +0000
committerjtb <jtb>2001-02-25 21:40:21 +0000
commit7e0b84ec4372bd719c2626669d28836f711190cb (patch)
tree209036d51602b86c4181422f77c04e224f793a95 /math/meschach/patches
parentd425c0481ba5195e38709da6cf4442fdb8760c73 (diff)
downloadpkgsrc-7e0b84ec4372bd719c2626669d28836f711190cb.tar.gz
Update the homepage. General face-lift.
Diffstat (limited to 'math/meschach/patches')
-rw-r--r--math/meschach/patches/patch-ab31
1 files changed, 12 insertions, 19 deletions
diff --git a/math/meschach/patches/patch-ab b/math/meschach/patches/patch-ab
index e74fdc97380..4675347697d 100644
--- a/math/meschach/patches/patch-ab
+++ b/math/meschach/patches/patch-ab
@@ -1,25 +1,18 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/05 00:06:46 jtb Exp $
+$NetBSD: patch-ab,v 1.2 2001/02/25 21:40:23 jtb Exp $
---- machine.h.in.orig Mon Nov 20 03:33:32 2000
+--- machine.h.in.orig Sun Feb 25 21:22:48 2001
+++ machine.h.in
-@@ -208,13 +208,13 @@
+@@ -211,11 +211,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 */
-
++#ifndef ANSI_C
+ #ifndef HUGE_VAL
+ #define HUGE_VAL HUGE
+ #else
+ #ifndef HUGE
+ #define HUGE HUGE_VAL
++#endif
+ #endif
+ #endif
- #ifdef ANSI_C