summaryrefslogtreecommitdiff
path: root/databases/gramps3/patches
diff options
context:
space:
mode:
authordrochner <drochner>2010-01-18 19:00:16 +0000
committerdrochner <drochner>2010-01-18 19:00:16 +0000
commitca92a545bf3356d568e44bd1df81de189b937ce0 (patch)
tree88028fdc75a469d8e894326a3988ce13f2e932f5 /databases/gramps3/patches
parent2f1500f9085cc575f2dcc8a0ce440636877520ca (diff)
downloadpkgsrc-ca92a545bf3356d568e44bd1df81de189b937ce0.tar.gz
update to 3.1.3
Contains translation updates, crash fixes, bug fixes, and minor updates.
Diffstat (limited to 'databases/gramps3/patches')
-rw-r--r--databases/gramps3/patches/patch-bc14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/gramps3/patches/patch-bc b/databases/gramps3/patches/patch-bc
index 452d19e7596..ad44a627498 100644
--- a/databases/gramps3/patches/patch-bc
+++ b/databases/gramps3/patches/patch-bc
@@ -1,15 +1,15 @@
-$NetBSD: patch-bc,v 1.1 2008/06/23 15:44:14 drochner Exp $
+$NetBSD: patch-bc,v 1.2 2010/01/18 19:00:16 drochner Exp $
---- configure.orig 2008-05-17 22:33:13.000000000 +0200
+--- configure.orig 2009-12-06 08:46:58.000000000 +0000
+++ configure
-@@ -6289,12 +6289,12 @@ echo "${ECHO_T}$LINGUAS" >&6; }
+@@ -6504,12 +6504,12 @@ $as_echo "$LINGUAS" >&6; }
if test -n "$PYTHON"; then
# If the user set $PYTHON, use it and don't search something else.
-- { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.5" >&5
--echo $ECHO_N "checking whether $PYTHON version >= 2.5... $ECHO_C" >&6; }
-+ { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
-+echo $ECHO_N "checking whether $PYTHON version >= 2.4... $ECHO_C" >&6; }
+- { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.5" >&5
+-$as_echo_n "checking whether $PYTHON version >= 2.5... " >&6; }
++ { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
++$as_echo_n "checking whether $PYTHON version >= 2.4... " >&6; }
prog="import sys, string
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.