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

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



--Signature=_Wed__22_Dec_2004_17_20_19_+0100_Q+/1P6zrjwGurx0M
Content-Type: application/pgp-signature

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

iD8DBQFByZ7GypkLYVDran0RAgP+AJ9AfyivXFK1fxhE3pdThqeKbVQDkwCgiIB5
XQxRZx/MzpDInPneuYJ9Zu0=
=75AW
-----END PGP SIGNATURE-----

--Signature=_Wed__22_Dec_2004_17_20_19_+0100_Q+/1P6zrjwGurx0M--