mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
$NetBSD: patch-aa,v 1.1 2006/02/07 13:28:08 drochner Exp $
|
|
|
|
--- Src/libnumarraymodule.c.orig 2006-02-07 14:10:21.000000000 +0100
|
|
+++ Src/libnumarraymodule.c
|
|
@@ -1918,7 +1918,7 @@ NA_checkFPErrors(void)
|
|
/* Solaris --------------------------------------------------------*/
|
|
/* --------ignoring SunOS ieee_flags approach, someone else can
|
|
** deal with that! */
|
|
-#elif defined(sun)
|
|
+#elif defined(sun) || defined(__NetBSD__)
|
|
#include <ieeefp.h>
|
|
|
|
static int
|