On Wed, 24 Mar 2010, Renato Botelho wrote: > Here is a patch that fixed build on FreeBSD when LINGUAS is not set
indeed. this also fixes netbsd. one remark: > +++ b/util/wmgenmenu.c > @@ -1,11 +1,11 @@ > /* Copyright (C) 2010 Carlos R. Mafra */ > > +#include "../src/wconfig.h" > + > #include <stdio.h> > #include <stdlib.h> > #include <string.h> > #include <locale.h> > -#include <libintl.h> > -#define _(text) gettext(text) > > #include <WINGs/WUtil.h> please move wconfig.h here, until wutil, as it is everywhere else. then do as it is written in The-perfect-Window-Maker-patch.txt in order for carlos to be able to easily apply. nice job, thanks! -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
