Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] making portage know .dll
Date: Mon, 22 Dec 2008 21:25:25
Message-Id: 20081222212517.GI10502@gentoo.org
In Reply to: [gentoo-alt] making portage know .dll by Markus Duft
1 On 15-12-2008 11:16:12 +0100, Markus Duft wrote:
2 > Hi!
3 >
4 > I found that for windows i'd need portage to recognize .dll in
5 > misc-functions.sh when searching for shared libs to make executable.
6 >
7 > @grobian: could you do me a favor an add the necessary bits? (look for
8 > "making executable" and add *.dll to the enclosing loop conditions find).
9
10 I just missed your message in todays release, but I just applied a patch
11 like this:
12
13 - for j in "${i}"/*.so.* "${i}"/*.so "${i}"/*.dylib ; do
14 + for j in "${i}"/*.so.* "${i}"/*.so "${i}"/*.dylib "${i}"/*.dll ;
15
16 so soon it should get to you.
17
18
19 --
20 Fabian Groffen
21 Gentoo on a different level

Replies

Subject Author
RE: [gentoo-alt] making portage know .dll Markus Duft <mduft@g.o>