Subject: CVS commit: pkgsrc/databases/sqlite
To: None <pkgsrc-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2001 21:51:37
Module Name:	pkgsrc
Committed By:	reinoud
Date:		Sat Oct 20 18:51:37 UTC 2001

Modified Files:
	pkgsrc/databases/sqlite: distinfo
	pkgsrc/databases/sqlite/patches: patch-aa

Log Message:
Patch to make sqlite work on LP64 machines. I tried to make the patch as
less invasive as posible without rewriting stuff.

The main problems were the assumption that a pointer and an int had the
same size. Also there were strange casts near calculations that were not
nessisary.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/sqlite/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/sqlite/patches/patch-aa

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