Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] sawfish-0.38.ebuild
Date: Sun, 08 Jul 2001 17:30:19
Message-Id: 20010708173019.E7526@cvs.gentoo.org
In Reply to: Re: [gentoo-dev] sawfish-0.38.ebuild by AGottinger@t-online.de (Achim Gottinger)
1 On Sun, Jul 08, 2001 at 09:00:15PM +0200, Achim Gottinger wrote:
2
3 > you must define the order in the ebuild.
4 > example:
5 >
6 > if [ "`use media/gdkpix`" ] ; then
7 > myconf="--with-gdkpixbuf"
8 > else
9 > myconf="--without-gdkpixbuf"
10 > if [ "`use gdkpixbuf`" ] ; then
11 > myconf="--with-imlib"
12 > fi
13 > fi
14 >
15 > try ./configure .... $myconf
16 >
17 > bye achim~
18
19 I have no idea what you mean by this, Achim.
20
21 Best Regards,
22
23 --
24 Daniel Robbins <drobbins@g.o>
25 President/CEO http://www.gentoo.org
26 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] sawfish-0.38.ebuild AGottinger@t-online.de (Achim Gottinger)