Subject: CVS commit: pkgsrc/databases/sqlite
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 12/30/2001 23:12:12
Module Name:	pkgsrc
Committed By:	agc
Date:		Sun Dec 30 21:12:12 UTC 2001

Modified Files:
	pkgsrc/databases/sqlite: Makefile

Log Message:
Don't use c99 uint*_t types, since they're not defined on 1.5.2 and
previous releases. Instead, fall back on the trusty u_int*_t types
from <sys/types.h>

Fixes a problem uncovered on a recent 1.5.2 bulk build.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/sqlite/Makefile

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