Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ff82e2a7313fe8bcbd323bb59a7509403785e6ca)
Date: Tue, 29 Apr 2008 13:24:49 -0700
On Tuesday 29 April 2008 12:02:00 Jaka Kranjc wrote:
> On Tuesday 29 of April 2008 18:50:16 Treeve Jelbert wrote:
> > --- a/graphics/tesseract/PRE_BUILD
> > +++ b/graphics/tesseract/PRE_BUILD
> > @@ -1,7 +1,11 @@
> > default_pre_build &&
> > cd $SOURCE_DIRECTORY &&
> > -# apply upstream patch
> > -patch -p0 <$SPELL_DIRECTORY/train.diff &&
> > +# fix compile with gcc-4.3.0
> > +patch -p1 <$SPELL_DIRECTORY/gcc-4.3.diff &&
> > +# won't install if java not present
> > +if ! spell_ok JAVA ;then
>
> This is always true, as there is no JAVA spell. You have to check each of
> the providers and you can get their list with gaze provides.