summaryrefslogtreecommitdiff
path: root/editors/poedit/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-02 12:32:18 +0000
committeradam <adam@pkgsrc.org>2010-06-02 12:32:18 +0000
commit1e8d851c63b9265fe7feb4424288d0bb3a6d5d99 (patch)
tree0a070d2098e192fb0fcf1e6072e53f5edad18d46 /editors/poedit/patches/patch-aa
parentf0eb73c1b4c471e95806e311375484fd0ae16700 (diff)
downloadpkgsrc-1e8d851c63b9265fe7feb4424288d0bb3a6d5d99.tar.gz
Changes 1.4.6:
* OS X: fixed TM configuration tab to show languages list * fixed bug introduced in 1.4.3 that caused "Update from POT file" to clear metadata in catalog header * added Kazakh translation Changes 1.4.5: * OS X: fixed Find to actually show hits in text control * OS X: fixed "Check for updates" preference broken by 1.4.4 Changes 1.4.4: * sort catalogs in the manager alphabetically * fixed escaping of quotes in catalog headers * fixed reformatting of obsolete entries in catalogs * fixed list selection visibility on Windows 7 * Windows: automatically check for available updates Changes 1.4.3: * Unix: fixed crash with Zemberek spell-checker backend installed * fixed parsing of catalogs produced with xgettext --indent * fixed TM updating broken in 1.3.5 * support GNOME's xml2po file references * fixed handling of "%" in filenames * added more translations:
Diffstat (limited to 'editors/poedit/patches/patch-aa')
-rw-r--r--editors/poedit/patches/patch-aa30
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/poedit/patches/patch-aa b/editors/poedit/patches/patch-aa
new file mode 100644
index 00000000000..864b25276b4
--- /dev/null
+++ b/editors/poedit/patches/patch-aa
@@ -0,0 +1,30 @@
+$NetBSD: patch-aa,v 1.3 2010/06/02 12:32:18 adam Exp $
+
+--- configure.orig 2010-06-01 09:19:56.000000000 +0000
++++ configure
+@@ -6057,15 +6057,9 @@ $as_echo_n "checking for Berkeley DB...
+ $as_echo_n "checking for Berkeley DB >= $minversion... " >&6; }
+ fi
+
+- for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1 ; do
+
+- if test -z $version ; then
+- db_lib="-ldb"
+- try_headers="db.h"
+- else
+- db_lib="-ldb-$version"
+- try_headers="db$version/db.h db`echo $version | sed -e 's,\..*,,g'`/db.h"
+- fi
++ db_lib="-l${BDB_TYPE}"
++ try_headers="${BDB_TYPE}/db.h"
+
+ LIBS="$old_LIBS $db_lib"
+
+@@ -6140,7 +6134,6 @@ rm -f core conftest.err conftest.$ac_obj
+ conftest$ac_exeext conftest.$ac_ext
+ fi
+ done
+- done
+
+ LIBS="$old_LIBS"
+