Subject: Re: CVS commit: pkgsrc/graphics/cairo
To: Roland Illig <rillig@NetBSD.org>
From: grant beattie <grant@NetBSD.org>
List: pkgsrc-changes
Date: 11/03/2005 12:17:07
ah, this is in fact a different problem. graphics/glitz is incorrectly
using __sun__ in an #if to #define away the *f math functions on
platforms where they are known to not be generally available.

changing this to __sun (like it is in the rest of the glitz code)
fixes the problem, and cairo builds correctly without libsunmath, as
it should.

grant.