Gentoo Archives: gentoo-dev

From: tadpol@××××××.org
To: gentoo-dev@××××××××××.org
Cc: Hendrik Visage <hvisage@×××××××××××.za>
Subject: Re: [gentoo-dev] flwm ebuild "fix"
Date: Wed, 08 Aug 2001 20:06:44
Message-Id: 20010808210557.A9599@tadpol.org
In Reply to: [gentoo-dev] flwm ebuild "fix" by Hendrik Visage
1 On Wed, Aug 08, 2001 at 11:04:22PM +0200, Hendrik Visage wrote:
2 > The flwm -1.0 ebuild have a problem by not adding the
3 > -lGL option to the Makefile's LIBS.
4 >
5 > my Quick fix:
6 >
7 > src_compile() {
8 > try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
9 > added> try vim -s /tmp/t Makefile
10 > try make
11 > }
12 >
13 > with /tmp/t:
14 > ---snip---
15 > :1,$s/LIBS =/LIBS = -lGL /
16 > :x
17 > ---snip---
18
19 that's odd. flwm builds for me just fine without the -lGL.
20 care to share your USE line? And the USE line for fltk too. You can get
21 both from /var/db/pkg/<base dir>/<package dir>/USE
22 (that'd be /var/db/pkg/x11-wm/flwm-1.00/USE and
23 /var/db/pkg/x11-libs/fltk-1.0.11/USE )
24
25 I don't have any form of gl in my use line, so I wonder if that's it?
26 (i'll see if I can test that, but not having a dedicated box for testing
27 ebuilds, makes for difficulties.)
28
29 --
30 Michael Tilstra tadpol@××××××.org
31 <CONTROL-G> if you love peace and quiet.

Replies

Subject Author
Re: [gentoo-dev] flwm ebuild "fix" Hendrik Visage <hvisage@×××××××××××.za>