aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-05-04 17:33:10 +0800
committertg <tg@FreeBSD.org>2000-05-04 17:33:10 +0800
commita82dacf7c1d325c6a7aa9e114c4e69ed1ceab49b (patch)
tree1db1460d44f992d8330d5e9e1e44e78e1350dda1
parent7219d4b80208de4213cce796558113cc46664032 (diff)
downloadfreebsd-ports-gnome-a82dacf7c1d325c6a7aa9e114c4e69ed1ceab49b.tar.gz
freebsd-ports-gnome-a82dacf7c1d325c6a7aa9e114c4e69ed1ceab49b.tar.zst
freebsd-ports-gnome-a82dacf7c1d325c6a7aa9e114c4e69ed1ceab49b.zip
Fix building with current py-numeric version.
-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>