Subject: CVS commit: pkgsrc/graphics/MesaLib
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 01/24/2007 19:55:01
Module Name:	pkgsrc
Committed By:	tv
Date:		Wed Jan 24 19:55:01 UTC 2007

Modified Files:
	pkgsrc/graphics/MesaLib: Makefile distinfo
	pkgsrc/graphics/MesaLib/patches: patch-ak

Log Message:
Fix the Interix fix.  gcc 3.3 supplies its own <stddef.h>, which shadows
the one in the OS (which happens to be where [u]intptr_t is defined).
Interix 5.2 should fix this, but to support Interix 3.5, a special case is
needed here.

Since this changes glheader.h for all platforms, bump PKGREVISION (but only
for the MesaLib package).


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.43 -r1.44 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/MesaLib/patches/patch-ak

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.