Landry Breuil writes:
> On Thu, Sep 04, 2014 at 08:36:12AM -0400, Brian Callahan wrote:
> > The preferences menuhas alot of things like
> > preferencesMainTabtitle
> >
> > I'm guessing that's because of the removal of patch-gtk_res_options_gtk2_ui
> >
> > I don't think it's a terribly bad thing though since the information isn't
> > indiscernible.
>
> yeah, this is a bit annoying and iirc we already looked into it without
> a proper solution besides patching ... will give it a spin on powerpc.
$ wc -l /usr/ports/www/netsurf/browser/patches/patch-gtk_res_options_gtk2_ui
1078 /usr/ports/www/netsurf/browser/patches/patch-gtk_res_options_gtk2_ui
Sadly that's not really maintainable. And the patch doesn't apply with
this release either.
http://bugs.netsurf-browser.org/mantis/view.php?id=2045
2014-09-06 04:48 <kyllikki> bentley`: #2045 is relatively simple. The gtk
library uses symbols from gettext specificaly gettext(), dgettext(),
dcgettext() when NetSurf links to GTK we provide our own implementation
in gtk/gettext.[ch] at no point do we ever ask for linkikage of the
gettext library
Antoine says our linking of gettext with GTK is correct, so I guess we
just have to tell the linker to prefer NetSurf's gettext symbols instead?
What's the way to do that?
--
Anthony J. Bentley