pkgsrc/www/elinks/patches/patch-ag
bjs a148457968 Update to elinks-0.12pre2. Kerberos support has been added,
as well as support for boehm-gc and utf8.  Myriad bug fixes.
I've switched the javascript support library over too lang/see,
as it seems to work better.  If a release does not come out by
the next branch, I will package a snapshot, as it seems like
they've fixed even more bugs in the development tree.
2008-11-06 08:33:31 +00:00

15 lines
485 B
Text

$NetBSD: patch-ag,v 1.2 2008/11/06 08:33:31 bjs Exp $
Don't look for message catalogs in ../po/.
--- src/intl/gettext/loadmsgcat.c.orig 2008-09-21 04:45:22.000000000 -0400
+++ src/intl/gettext/loadmsgcat.c
@@ -259,7 +259,7 @@ _nl_load_domain(struct loaded_l10nfile *
{
struct string filename;
- if (init_string(&filename)
+ if (init_string(&filename) && 0
&& add_filename_to_string(&filename, domain_file)) {
fd = open(filename.source, O_RDONLY | O_BINARY);
}