summaryrefslogtreecommitdiff
path: root/math/py-Numeric/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Numeric/patches/patch-aa')
-rw-r--r--math/py-Numeric/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/py-Numeric/patches/patch-aa b/math/py-Numeric/patches/patch-aa
new file mode 100644
index 00000000000..6d87b27773c
--- /dev/null
+++ b/math/py-Numeric/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.7 2004/03/01 00:43:13 snj Exp $
+
+--- Src/umathmodule.c.orig Sat Aug 2 01:10:09 2003
++++ Src/umathmodule.c Sat Aug 2 01:10:43 2003
+@@ -1,9 +1,9 @@
+
++#include <math.h>
+ #include "Python.h"
+ #include "Numeric/arrayobject.h"
+ #include "Numeric/ufuncobject.h"
+ #include "abstract.h"
+-#include <math.h>
+
+ #ifndef CHAR_BIT
+ #define CHAR_BIT 8
+