From 9fb138929addf54f3c9ec73d4e7ef13eb2e00f83 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 19 Apr 2001 15:10:35 +0000 Subject: fix one more instance of __alpha__ being used as a test for OSF. --- math/octave-current/patches/patch-al | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'math/octave-current/patches') diff --git a/math/octave-current/patches/patch-al b/math/octave-current/patches/patch-al index 1ad57046192..369d9e60824 100644 --- a/math/octave-current/patches/patch-al +++ b/math/octave-current/patches/patch-al @@ -1,7 +1,7 @@ -$NetBSD: patch-al,v 1.1 2001/04/19 00:13:14 dmcmahill Exp $ +$NetBSD: patch-al,v 1.2 2001/04/19 15:10:36 dmcmahill Exp $ --- liboctave/lo-ieee.cc.orig Tue Jan 25 16:23:09 2000 -+++ liboctave/lo-ieee.cc Wed Apr 18 19:36:20 2001 ++++ liboctave/lo-ieee.cc Thu Apr 19 08:02:52 2001 @@ -65,5 +65,5 @@ double tmp = 1.0; octave_Inf = 1.0 / (tmp - tmp); @@ -9,3 +9,10 @@ $NetBSD: patch-al,v 1.1 2001/04/19 00:13:14 dmcmahill Exp $ +#elif defined (__alpha__) && defined (__osf__) extern unsigned int DINFINITY[2]; octave_Inf = (*(X_CAST(double *, DINFINITY))); +@@ -84,5 +84,5 @@ + #if defined (HAVE_ISNAN) + +-#if defined (__alpha__) && ! defined (linux) ++#if defined (__alpha__) && defined (__osf__) + extern unsigned int DQNAN[2]; + octave_NaN = (*(X_CAST(double *, DQNAN))); -- cgit v1.2.3