Gentoo Archives: gentoo-dev

From: Hendrik Visage <hvisage@×××××××××××.za>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] flwm ebuild "fix"
Date: Wed, 08 Aug 2001 20:34:16
Message-Id: 20010809043347.K4064@hvs.envisage.co.za
In Reply to: Re: [gentoo-dev] flwm ebuild "fix" by tadpol@tadpol.org
1 On Wed, Aug 08, 2001 at 09:05:57PM -0500, tadpol@××××××.org wrote:
2 > On Wed, Aug 08, 2001 at 11:04:22PM +0200, Hendrik Visage wrote:
3 > > The flwm -1.0 ebuild have a problem by not adding the
4 > > -lGL option to the Makefile's LIBS.
5 > >
6 > > my Quick fix:
7 > >
8 > > src_compile() {
9 > > try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
10 > > added> try vim -s /tmp/t Makefile
11 > > try make
12 > > }
13 > >
14 > > with /tmp/t:
15 > > ---snip---
16 > > :1,$s/LIBS =/LIBS = -lGL /
17 > > :x
18 > > ---snip---
19 >
20 > that's odd. flwm builds for me just fine without the -lGL.
21 > care to share your USE line? And the USE line for fltk too. You can get
22 > both from /var/db/pkg/<base dir>/<package dir>/USE
23 > (that'd be /var/db/pkg/x11-wm/flwm-1.00/USE and
24 > /var/db/pkg/x11-libs/fltk-1.0.11/USE )
25 slang readline gpm berkdb gdbm tcpd pam libwww ssl
26 lm_sensors lvm pcmcia-cs alsa
27 nls mmx mitshm gtk X
28 esd lcms gif sdl vorbis ogg 3dnow
29 gnome qt kde motif opengl mozilla
30
31 For both of them.
32
33 > I don't have any form of gl in my use line, so I wonder if that's it?
34 > (i'll see if I can test that, but not having a dedicated box for testing
35 > ebuilds, makes for difficulties.)
36 >
37 > --
38 > Michael Tilstra tadpol@××××××.org
39 > <CONTROL-G> if you love peace and quiet.
40 >
41 > _______________________________________________
42 > gentoo-dev mailing list
43 > gentoo-dev@××××××××××.org
44 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
45
46 --
47 ------------------------
48 Hendrik Visage
49 hvisage@×××××××××××.za

Replies

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