From a802f7f00027acfea07b3922c1247141f9de68f3 Mon Sep 17 00:00:00 2001 From: drochner Date: Sat, 10 Mar 2001 12:41:46 +0000 Subject: update to 0.6.2. Changes: I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing Python modules. --- graphics/scigraphica/patches/patch-aa | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'graphics/scigraphica/patches') 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 -- cgit v1.2.3