summaryrefslogtreecommitdiff
path: root/graphics/scigraphica/patches
diff options
context:
space:
mode:
authordrochner <drochner>2001-04-28 14:34:12 +0000
committerdrochner <drochner>2001-04-28 14:34:12 +0000
commit45585ab129c5a5fd34b803860c1c51af3f31da34 (patch)
tree12b815ea5f9fe28b3289f7ae5c3f58e32ddb4b87 /graphics/scigraphica/patches
parent5edfc099f869f7d0bb7351b69e7d04cb8988271f (diff)
downloadpkgsrc-45585ab129c5a5fd34b803860c1c51af3f31da34.tar.gz
gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3. Other changes (from the ChangeLog file): Bugfixes everywhere, mainly reported by Rob Lahaye<lahaye@postech.edu> Edit dialog for datasets. First version of the Preferences dialog Enhancements in the layer control Fixes and enhancements in gtkextra 2nd version of the preferences dialog Enhancements in Python and Worksheets Complete overview and report of bugs and possible enhancements. Emergency rescue in case of a crash Autosave First version of the Bonobo interfase for embedding Scigraphica
Diffstat (limited to 'graphics/scigraphica/patches')
-rw-r--r--graphics/scigraphica/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/scigraphica/patches/patch-aa b/graphics/scigraphica/patches/patch-aa
deleted file mode 100644
index 6831938163e..00000000000
--- a/graphics/scigraphica/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
-
---- 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`
-+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
-
- echo arrayobject.h location: $array_loc
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"