On 2010/11/03 11:57, LEVAI Daniel wrote:
>           However, there are some warnings when loading the hungarian
> spell files, because the dictionaries in the tree are very old. I've
> tried to contact Martynas regarding this, but got no reply. The warnings
> are harmless, but if this is blocking this hunspell update, then please
> help me resolve this issue. I'm willing to post updates for the new
> hungarian ispell dictionaries, but currently this is not possible,
> because the dist files are on some self-maintained mirror. How can we
> update this/these packages?

Please post what you have for the dictionaries, there is probably
someone who can mirror the distfiles.

> @@ -35,12 +34,12 @@ $OpenBSD: patch-src_tools_hunspell_cxx,v
>   #define HOME getenv("HOME")
>   #define DICBASENAME ".hunspell_"
>   #define LOGFILE "/tmp/hunspell.log"
> -@@ -1382,7 +1373,7 @@ int main(int argc, char** argv)
> +@@ -1430,7 +1421,7 @@ int main(int argc, char** argv)
>       int argstate = 0;
>       
>   #ifdef ENABLE_NLS
> --#ifdef HAVE_LOCALE_H
> -+#if defined HAVE_LOCALE_H && !defined __OpenBSD__ // native environment is 
> "C"
> -     ui_lang = setlocale(LC_ALL, "");
> +-#  ifdef HAVE_LOCALE_H
> ++#  if defined HAVE_LOCALE_H && !defined __OpenBSD__ // native environment 
> is "C"
> +     setlocale(LC_ALL, "");
>       textdomain("hunspell");

Is this still needed/wanted?

Reply via email to