summaryrefslogtreecommitdiff
path: root/graphics/scigraphica/patches
diff options
context:
space:
mode:
authordrochner <drochner>2001-03-10 12:41:46 +0000
committerdrochner <drochner>2001-03-10 12:41:46 +0000
commitbc0201d8298ff778c27dc57ea5ff4d01e2da2f35 (patch)
tree1d957780faeb4301a4e963f764ddbf94b89fbcb1 /graphics/scigraphica/patches
parentd54f741aa3dbac6ecb8bb57719c3851e54dab9e7 (diff)
downloadpkgsrc-bc0201d8298ff778c27dc57ea5ff4d01e2da2f35.tar.gz
update to 0.6.2.
Changes: I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing Python modules.
Diffstat (limited to 'graphics/scigraphica/patches')
-rw-r--r--graphics/scigraphica/patches/patch-aa15
1 files changed, 5 insertions, 10 deletions
diff --git a/graphics/scigraphica/patches/patch-aa b/graphics/scigraphica/patches/patch-aa
index 44f16e6cc04..6831938163e 100644
--- a/graphics/scigraphica/patches/patch-aa
+++ b/graphics/scigraphica/patches/patch-aa
@@ -1,18 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
---- configure.orig Tue Dec 5 17:05:56 2000
-+++ configure Wed Dec 13 14:23:33 2000
-@@ -3547,12 +3547,7 @@
+--- configure.orig Wed Feb 7 23:44:46 2001
++++ configure Fri Mar 9 17:25:17 2001
+@@ -3547,7 +3547,7 @@
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
PY_LIBS="python$PY_VERSION"
PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
-- if test -z $array_loc; then
-- if test -n $PYTHONPATH; then
-- array_loc=$PYTHONPATH
-- fi
-- fi
+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
+
echo arrayobject.h location: $array_loc
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
- if test -n $array_loc; then