Subject: re: lib/36511: lcc is an ANSI C compiler for a variety of platforms
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 06/20/2007 01:40:04
The following reply was made to PR lib/36511; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: matthew green <mrg@eterna.com.au>,
	Aleksey Cheusov <cheusov@tut.by>
Cc: lib-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org, gnats-bugs@NetBSD.org
Subject: re: lib/36511: lcc is an ANSI C compiler for a variety of platforms
Date: Tue, 19 Jun 2007 21:36:14 -0400

 On Jun 20,  9:47am, mrg@eterna.com.au (matthew green) wrote:
 -- Subject: re: lib/36511: lcc is an ANSI C compiler for a variety of platfor
 
 | 
 | the lcc package needs to have it's own sys/cdefs.h updated to a modern
 | netbsd.  (and perhaps some magic to make it work on older release?)
 | 
 | see pkgsrc/devel/lcc/files/cdefs.h.
 
 I think that we can add an #ifdef __LCC__ and fix the RENAME() macro
 in cdefs.h.
 
 christos