summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-05-24 18:13:19 +0000
committerdrochner <drochner@pkgsrc.org>2004-05-24 18:13:19 +0000
commitc7133c6ae9b1930c33bb18bb9617f03c88ab9970 (patch)
tree699f9ea46fca1a39d1a3f5000e9bfff5261ad998 /math/gnumeric/patches
parent1786b8331c31490d23ca34747f5fe507264fb031 (diff)
downloadpkgsrc-c7133c6ae9b1930c33bb18bb9617f03c88ab9970.tar.gz
update to 1.2.12
The step from 1.0.12 to 1.2.12 is too large to mention all changes. pkgsrc issues: -use gnome2 -add python support (python23 provides a shared lib) -XXX I've enabled libgda/gnomedb, this seems to be completelely non-functional to me, but perhaps it is just my setup...
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r--math/gnumeric/patches/patch-aa13
-rw-r--r--math/gnumeric/patches/patch-ab13
2 files changed, 13 insertions, 13 deletions
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
deleted file mode 100644
index cba7a8bd2dd..00000000000
--- a/math/gnumeric/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.14 2003/01/09 12:41:12 rh Exp $
-
---- doc/Makefile.in.orig Sat Jan 4 04:30:42 2003
-+++ doc/Makefile.in
-@@ -274,7 +274,7 @@ sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
-
--SUBDIRS = C de es hu ja nl no pl pt ru sk sv
-+SUBDIRS = C
-
- EXTRA_DIST = \
- sgmldocs.make gnumeric-doc.make make-func-list.pl \
diff --git a/math/gnumeric/patches/patch-ab b/math/gnumeric/patches/patch-ab
new file mode 100644
index 00000000000..85afd840dc6
--- /dev/null
+++ b/math/gnumeric/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2004/05/24 18:13:19 drochner Exp $
+
+--- configure.orig 2004-05-21 22:06:50.000000000 +0200
++++ configure
+@@ -24809,7 +24809,7 @@ echo $ECHO_N "checking Look for $PY_PREF
+ echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ PY_LIBS="python$PY_VERSION"
+- PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
++ PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib"
+ PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
+ PY_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PY_VERSION/config/Makefile"
+ PY_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PY_MAKEFILE`