Gentoo Archives: gentoo-dev

From: Francesco Riosa <vivo75@×××××.com>
To: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Paths in pkg-config file when using escons?
Date: Wed, 23 Dec 2015 20:36:45
Message-Id: CAD6zcDwgShsDqwm9hT+chyUmbaiZMN456_dxuKytpM4XPQQiqQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] Paths in pkg-config file when using escons? by Peter Stuge
1 and what about $LIBDIR ?
2 libmypaint build system is totally broken. Please tell upstream, eventually
3 providing a better one.
4
5 just for testing purposes
6 sed -e "s:${D}::" ${D}/usr/lib/pkgconfig/*.pc || die "cannot sanitize *.pc
7 files"
8 should suffice.
9
10
11
12
13
14 2015-12-23 21:16 GMT+01:00 Peter Stuge <peter@×××××.se>:
15
16 > Hi Helmut,
17 >
18 > Helmut Jarausch wrote:
19 > > escons prefix="${D}/usr" install
20 > ..
21 > > prefix=/var/tmp/portage/media-libs/libmypaint-9999/image//usr
22 > ..
23 > > How can I fix this?
24 >
25 > Set prefix to /usr and use another method to install into ${D}.
26 >
27 >
28 > //Peter
29 >
30 >