summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-05-04 09:33:10 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-05-04 09:33:10 +0000
commitbf4d4f6a5252b16af8bb71c8d950992c9a7fad86 (patch)
treedcd1fb7f1af1e0b416d2407915936fa7e86a6621 /math
parentFix man page installation. Looks like there are some differences between (diff)
Fix building with current py-numeric version.
Notes
Notes: svn path=/head/; revision=28291
Diffstat (limited to 'math')
-rw-r--r--math/pygist/Makefile2
-rw-r--r--math/pygist/files/patch-ac2
-rw-r--r--math/pygist/files/patch-ad2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile
index 26c4ccfcf369..ca1a7e02a619 100644
--- a/math/pygist/Makefile
+++ b/math/pygist/Makefile
@@ -30,7 +30,7 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}'
PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5
GISTDIR= ${PYTHONSCRIPTDIR}/site-packages/PyGist
-NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages/numerical
+NUMPYDIR= ${PYTHONSCRIPTDIR}/site-packages/Numeric
RNGDIR= ${PYTHONSCRIPTDIR}/site-packages/RNG
EXAMPLEDIR= ${PREFIX}/share/examples/PyGist
diff --git a/math/pygist/files/patch-ac b/math/pygist/files/patch-ac
index 17ce9a12459d..6d66daaaf274 100644
--- a/math/pygist/files/patch-ac
+++ b/math/pygist/files/patch-ac
@@ -5,7 +5,7 @@
#include "Python.h"
-#include "arrayobject.h"
-+#include "numerical/arrayobject.h"
++#include "Numeric/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
index 7e3bf99b7e84..06e98457edf3 100644
--- a/math/pygist/files/patch-ad
+++ b/math/pygist/files/patch-ad
@@ -5,7 +5,7 @@
* All rights reserved. See Legal.htm for full text and disclaimer. */
#include "Python.h"
-#include "arrayobject.h"
-+#include "numerical/arrayobject.h"
++#include "Numeric/arrayobject.h"
/*#include "hlevel.h"*/
#include <stdio.h>
#include <stdlib.h>