Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] cmake eclass fix
Date: Wed, 05 Oct 2011 19:02:10
Message-Id: 4E8CA9A3.30505@fairlite.co.uk
In Reply to: Re: [gentoo-alt] cmake eclass fix by Alan Hourihane
1 On 10/04/11 11:24, Alan Hourihane wrote:
2 > On 10/04/11 11:21, Alan Hourihane wrote:
3 >> On 08/14/11 19:05, Alan Hourihane wrote:
4 >>> On 08/14/11 11:40, Fabian Groffen wrote:
5 >>>> On 07-07-2011 15:42:40 +0100, Alan Hourihane wrote:
6 >>>>> Hi all,
7 >>>>>
8 >>>>> Can someone replace the link the cmake eclass that says ....
9 >>>>>
10 >>>>> if use prefix; then
11 >>>>>
12 >>>>> to
13 >>>>>
14 >>>>> if use prefix && ! EPREFIX=; then
15 >>>> Why is that necessary? Or is it MiNT that doesn't like the RPATH stuff?
16 >>>>
17 >>> Yes, it's the RPATH stuff that messes things up when EPREFIX=/
18 >>>
19 >> Any better fix for this ?
20 >>
21 >> Alan.
22 > if use prefix && "${EPREFIX}" != ""; then
23 >
24 > The above is better. Can this be committed ?
25 >
26
27 Actually this works for me.....
28
29 if use prefix && ! ${EPREFIX}; then
30
31 Alan.

Replies

Subject Author
[gentoo-alt] Re: cmake eclass fix Jonathan Callen <abcd@g.o>