Subject: Re: pkg/32453 (pkgsrc/xservers built under 3.0 does not produce Xserver binaries)
To: None <tron@netbsd.org, pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org,>
From: None <tron@netbsd.org>
List: pkgsrc-bugs
Date: 01/06/2006 17:33:14
Synopsis: pkgsrc/xservers built under 3.0 does not produce Xserver binaries

State-Changed-From-To: analyzed->closed
State-Changed-By: tron@netbsd.org
State-Changed-When: Fri, 06 Jan 2006 17:33:13 +0000
State-Changed-Why:
It turned out that it wasn't the missing definition of "__pure" which caused
the problem. "programs/Xserver/include/misc.h" definied a macro abs() (which
is a bad idea anyway) that messed up the prototype definition for abs(3)
in "stdlib.h". I've worked arround that problem by including "stdlib.h"
early in "programs/Xserver/include/misc.h".