Gentoo Archives: gentoo-dev

From: Dan Armak <danarmak@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] flwm ebuild "fix"
Date: Wed, 08 Aug 2001 15:10:05
Message-Id: 0108090010410J.00611@localhost
In Reply to: [gentoo-dev] flwm ebuild "fix" by Hendrik Visage
1 On Thursday 09 August 2001 00:04, you wrote:
2 > Hi there,
3 >
4 > The flwm -1.0 ebuild have a problem by not adding the
5 > -lGL option to the Makefile's LIBS.
6 >
7 > my Quick fix:
8 >
9 > src_compile() {
10 > try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
11 > added> try vim -s /tmp/t Makefile
12 > try make
13 > }
14 >
15 > with /tmp/t:
16 > ---snip---
17 >
18 > :1,$s/LIBS =/LIBS = -lGL /
19 > :x
20 >
21 > ---snip---
22 >
23 > Hendrik
24
25 Such "fixes" don't go into incoming, I suppose. Should the issue be
26 redirected somehow to the ebuilds maintainer or team or should a maintainer
27 be responsible for finding it here? drobbins?
28
29
30 --
31
32 Dan Armak
33 Gentoo Linux Developer, Desktop Team
34 Matan, Israel

Replies

Subject Author
Re: [gentoo-dev] flwm ebuild "fix" Ben Lutgens <blutgens@×××××××.com>