On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote:

> I'm trying to compile  vim  with +clipboard support. One can do this by
> passing  --enable-clipboard  to configure. There's no USE flag for this
> feature. After some research, I've learned that the way to do this is to
> configure the  EXTRA_ECONF  variable. Now the question is: is there a
> file to put these variables in? Something like /etc/portage/package.use
> but for econfs?

You can set variables for individual ebuilds using /etc/portage/bashrc.
save the attached file as /etc/portage/bashrc then do

mkdir -p /etc/portage/env.d/app-editors
echo >>/etc/portage/env.d/app-editors/vim 'EXTRA_ECONF="--enable-clipboard"'

You can use this to set variables, or override default settings, for any
package.


-- 
Neil Bothwick

The trouble with doing something right the first time is that nobody
appreciates how difficult it was.

Attachment: bashrc
Description: Binary data

Attachment: pgpdKuMEXIsvZ.pgp
Description: PGP signature

Reply via email to