Gentoo Archives: gentoo-dev

From: Stanislav Brabec <utx@g.o>
To: "Martin, Stephen" <stephen.martin@××××××××.com>
Cc: gentoo-dev@g.o
Subject: [gentoo-dev] autoconf variables and USE (was: Re: [gentoo-dev] common ebuild mistakes)
Date: Wed, 28 May 2003 20:16:11
Message-Id: 1054153026.3024.5.camel@utx.utx.cz
In Reply to: Re: [gentoo-dev] common ebuild mistakes by "Martin
1 Martin, Stephen wrotte:
2 > Aron Griffis wrote:
3 > >
4 > > 2. Changing $myconf is necessary. The presence of aalib on the system
5 > > should not determine whether mplayer uses aalib. That should be
6 > > determined by the USE flag. In other words, mplayer should not use
7 > > aalib when USE=-aalib, even if aalib exists on the system.
8 > I'm not sure if there's a way around this,
9 > perhaps the Makefile needs to be patched?
10
11 If configure option --disable does not exist, you can use very often
12 configure cache variables:
13
14 ./configure ... -C
15
16 Now watch cache and add variable name to ebuild script.
17
18 For example see /usr/portage/app-emulation/wine/wine-20030508.ebuild
19
20 (blocking jack is done by this way)
21
22 --
23 Stanislav Brabec
24 http://www.penguin.cz/~utx
25
26 --
27 gentoo-dev@g.o mailing list