Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, dragonheart@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/ace: ChangeLog ace-5.6.1.ebuild
Date: Mon, 08 Oct 2007 04:50:48
Message-Id: 20071008043738.GN31103@supernova
1 On 19:52 Sun 07 Oct , Daniel Black (dragonheart) wrote:
2 > 1.1 dev-libs/ace/ace-5.6.1.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ace/ace-5.6.1.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ace/ace-5.6.1.ebuild?rev=1.1&content-type=text/plain
6
7 > pkg_postinst() {
8 > # This is required, as anything trying to compile against ACE will have
9 > # problems with conflicting OS.h files if this is not done.
10 >
11 > local CC_MACHINE=$($(tc-getCC) -dumpmachine)
12 > if [ -d "/usr/lib/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; then
13 > mv "/usr/lib/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
14 > "/usr/lib/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
15
16 Does gcc not use get_libdir() ? I also find it a little unusual that
17 you're not informing people when you're renaming directories on their
18 live systems.
19
20 Thanks,
21 Donnie
22 --
23 gentoo-dev@g.o mailing list

Replies