Gentoo Archives: gentoo-dev

From: Hendrik Visage <hvisage@×××××××××××.za>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] flwm ebuild "fix"
Date: Wed, 08 Aug 2001 15:04:42
Message-Id: 20010808230422.I4064@hvs.envisage.co.za
1 Hi there,
2
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 Hendrik
21 --
22 ------------------------
23 Hendrik Visage
24 hvisage@×××××××××××.za

Replies

Subject Author
Re: [gentoo-dev] flwm ebuild "fix" Dan Armak <danarmak@g.o>
Re: [gentoo-dev] flwm ebuild "fix" tadpol@××××××.org