From 91a8f42452bb18a70527d875791ddfcebaf82a53 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 29 Dec 1999 08:54:21 +0000 Subject: Update to version 2.0.14. PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp --- math/octave-devel/files/patch-af | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'math/octave-devel/files') diff --git a/math/octave-devel/files/patch-af b/math/octave-devel/files/patch-af index ca96fadf0241..8fe529297dda 100644 --- a/math/octave-devel/files/patch-af +++ b/math/octave-devel/files/patch-af @@ -1,20 +1,20 @@ ---- liboctave/lo-ieee.cc.orig Sun Jun 20 23:29:47 1999 -+++ liboctave/lo-ieee.cc Sun Jun 20 23:30:30 1999 -@@ -70,7 +70,7 @@ +--- liboctave/lo-ieee.cc.orig Tue Dec 28 22:05:23 1999 ++++ liboctave/lo-ieee.cc Tue Dec 28 22:06:07 1999 +@@ -68,7 +68,7 @@ + #if defined (SCO) + double tmp = 1.0; octave_Inf = 1.0 / (tmp - tmp); - #elif defined (linux) - octave_Inf = HUGE_VAL; --#elif defined (__alpha__) -+#elif defined (__alpha__) && !defined(__FreeBSD__) +-#elif defined (__alpha__) && ! defined (linux) ++#elif defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) extern unsigned int DINFINITY[2]; octave_Inf = (*((double *) (DINFINITY))); #elif defined (HAVE_INFINITY) -@@ -93,7 +93,7 @@ +@@ -89,7 +89,7 @@ - #if defined (linux) - octave_NaN = NAN; --#elif defined (__alpha__) -+#elif defined (__alpha__) && !defined(__FreeBSD__) + #if defined (HAVE_ISNAN) + +-#if defined (__alpha__) && ! defined (linux) ++#if defined (__alpha__) && ! defined (linux) && ! defined (__FreeBSD__) extern unsigned int DQNAN[2]; octave_NaN = (*((double *) (DQNAN))); #elif defined (HAVE_QUIET_NAN) -- cgit v1.2.3