aboutsummaryrefslogtreecommitdiffstats
path: root/math/pygist/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/pygist/files')
-rw-r--r--math/pygist/files/patch-ac11
-rw-r--r--math/pygist/files/patch-ad11
2 files changed, 22 insertions, 0 deletions
diff --git a/math/pygist/files/patch-ac b/math/pygist/files/patch-ac
new file mode 100644
index 000000000000..17ce9a12459d
--- /dev/null
+++ b/math/pygist/files/patch-ac
@@ -0,0 +1,11 @@
+--- Gist/Src/gistCmodule.c.orig Fri Apr 2 02:14:43 1999
++++ Gist/Src/gistCmodule.c Wed May 5 11:19:38 1999
+@@ -72,7 +72,7 @@
+ #endif
+
+ #include "Python.h"
+-#include "arrayobject.h"
++#include "numerical/arrayobject.h"
+ #include "hlevel.h"
+ #ifndef NO_XLIB
+ # include "dispas.h"
diff --git a/math/pygist/files/patch-ad b/math/pygist/files/patch-ad
new file mode 100644
index 000000000000..7e3bf99b7e84
--- /dev/null
+++ b/math/pygist/files/patch-ad
@@ -0,0 +1,11 @@
+--- Arrayfcns/Src/arrayfnsmodule.c.orig Fri Apr 2 02:14:43 1999
++++ Arrayfcns/Src/arrayfnsmodule.c Wed May 5 11:33:13 1999
+@@ -1,7 +1,7 @@
+ /* Copyright (c) 1996, 1997, The Regents of the University of California.
+ * All rights reserved. See Legal.htm for full text and disclaimer. */
+ #include "Python.h"
+-#include "arrayobject.h"
++#include "numerical/arrayobject.h"
+ /*#include "hlevel.h"*/
+ #include <stdio.h>
+ #include <stdlib.h>