Gentoo Archives: gentoo-dev

From: Ian Phillips <ianp@×××××.com>
To: Henti Smith <bain@×××××××.za>
Cc: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] making custom patches and Makefiles for ebuild
Date: Thu, 19 Dec 2002 10:52:31
Message-Id: 1040295397.7202.31.camel@pcianp.tibco.com
In Reply to: Re: [gentoo-dev] making custom patches and Makefiles for ebuild by Henti Smith
1 You need to add an env file for it.
2
3 # echo "LDPATH=/usr/lib/moonlight\n" > /etc/env.d/99moonlight
4 # env-update
5
6 Of course you would put the env file in your packages files directory,
7 and env-update is run by portage as part of the merge.
8
9 Yours,
10 Ian.
11
12 On Thu, 2002-12-19 at 11:39, Henti Smith wrote:
13 > On Thu, 19 Dec 2002 10:36:54 +0200
14 > Henti Smith <bain@×××××××.za> wrote:
15 >
16 > > Hi all
17 > >
18 > > I've been strygling to get a proggy to install via a ebuild I'm writing.
19 > > I'm now resorting to patching their Makefile as it's incomplete and nor installing stuff where it should be.
20 > > I know how to make a diff (diff file1 file2) but am unclear on how to acually make a patch to be applied during unpacking.
21 > >
22 > > where can I get information on this ?
23 >
24 > Also ... if I add a new lib directory (/usr/lib/moonlight) how do I add it into the ldconf stuff ?
25 > Henti
26 >
27 > --
28 > gentoo-dev@g.o mailing list
29 --
30 #ifndef __COMMON_SENSE__ | Ian Phillips
31 #include <std_disclaimer> | TIBCO Software Inc.
32 #endif | www.tibco.com
33
34
35
36
37 --
38 gentoo-dev@g.o mailing list