diff options
Diffstat (limited to 'math/py-numarray/patches/patch-aa')
-rw-r--r-- | math/py-numarray/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/py-numarray/patches/patch-aa b/math/py-numarray/patches/patch-aa new file mode 100644 index 00000000000..fe97bf39b0d --- /dev/null +++ b/math/py-numarray/patches/patch-aa @@ -0,0 +1,13 @@ +$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 |