Subject: Re: quick fix for news/pan on linux
To: None <sebastian-p@gmx.net>
From: Juan RP <juan@xtraeme.nopcode.org>
List: tech-pkg
Date: 12/22/2004 17:30:45
--Signature=_Wed__22_Dec_2004_17_30_45_+0100_ORKoIkrscwqxQlc4
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

On Wed, 22 Dec 2004 17:20:19 +0100
Juan RP <juan@xtraeme.nopcode.org> wrote:

> On Wed, 22 Dec 2004 17:08:30 +0100
> Sebastian Prause <sebastian-p@gmx.net> wrote:
> 
> > on linux, the configure script fails at some point because it cannot
> > find -lcompat. 
> > 
> > The Makefile has:
> > 
> > .if (${OPSYS} != "SunOS")
> > LIBS=                   -lcompat
> > .endif
> > 
> > which must be changed to work on linux:
> > 
> > .if (${OPSYS} != "SunOS") && (${OPSYS} != "Linux")
> > LIBS=                   -lcompat
> > .endif
> 
> Fixed, thanks for the patch, I've used this instead:
> 
> LIBS.${OPSYS}+=	-lcompat

Erm, I understood this inversed before... fixed now :)


--Signature=_Wed__22_Dec_2004_17_30_45_+0100_ORKoIkrscwqxQlc4
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)

iD8DBQFByaE1ypkLYVDran0RArAdAKCUHiv1MDvCMdr+Bbf2A9POR7qp8wCdHChD
wQshznOoWE2/KZBFRXPL5to=
=j9fV
-----END PGP SIGNATURE-----

--Signature=_Wed__22_Dec_2004_17_30_45_+0100_ORKoIkrscwqxQlc4--