Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5486b07bdce7a81fca89f59f219d9087234b865f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <iuso AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (5486b07bdce7a81fca89f59f219d9087234b865f)
  • Date: Tue, 3 Oct 2006 08:29:08 +0300

On Monday 02 October 2006 20:43, Arwed von Merkatz wrote:
[snip]
> > --- a/devel/pkgconfig/BUILD
> > +++ b/devel/pkgconfig/BUILD
> > @@ -1,12 +1,2 @@
> > -# fix so pkg-config still looks in /usr/lib/pkgconfig instead of
> > -# /usr/lib/pkg-config
> > -sedit 's:$libdir/$PACKAGE:$libdir/pkgconfig:' configure.in &&
> > -sedit 's:$datadir/$PACKAGE:$datadir/pkgconfig:' configure.in &&
> > -
> > -aclocal &&
> > -autoconf &&
> > -cd glib-1.2.8 &&
> > -aclocal &&
> > -autoconf &&
>
> Are you sure those aren't needed anymore? They fixed the configure
> scripts to work without g++ installed. It's of course possible the
> pkgconfig guys use a current libtool/auto* toolchain now, just checking
>
> :)

I tested casting pkgconfig without g++ installed and it works.

Those sedits only seemed to try changing /*/pkg-config into /*/pkgconfig. And
they didn't even appear to even do correctly.

What I added to BUILD in the place of the lines I removed achieves the same
goal as the sedits, but with less hassle:

> > +OPTS="--with-pc-path=/usr/lib/pkgconfig $OPTS" &&
> > default_build

:)

--
Juuso Alasuutari
[[ Source Mage GNU/Linux ]]

Attachment: pgpHzJk2Cc47h.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page