summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches
diff options
context:
space:
mode:
authorreinoud <reinoud>2001-10-20 18:51:37 +0000
committerreinoud <reinoud>2001-10-20 18:51:37 +0000
commitff3d1cf911795121254ba4555cb64c26ceef738b (patch)
tree843f49f6e7d8a246363beba930a083f501fb9c69 /databases/sqlite/patches
parent8a1499f347d209ec94fe9d2eca96e8ad188462cb (diff)
downloadpkgsrc-ff3d1cf911795121254ba4555cb64c26ceef738b.tar.gz
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.
Diffstat (limited to 'databases/sqlite/patches')
-rw-r--r--databases/sqlite/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite/patches/patch-aa b/databases/sqlite/patches/patch-aa
index 67d782195ae..da5d6dd43d9 100644
--- a/databases/sqlite/patches/patch-aa
+++ b/databases/sqlite/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 16:20:08 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2001/10/20 18:51:37 reinoud Exp $
---- ../sqlite/configure.orig Thu Sep 27 21:34:44 2001
+--- ../sqlite/configure.orig Fri Sep 28 03:34:44 2001
+++ ../sqlite/configure
@@ -13341,7 +13341,7 @@
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext