Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ff82e2a7313fe8bcbd323bb59a7509403785e6ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • 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.

Or juse use:

if ! provider_ok JAVA; then

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page