summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-15 01:04:11 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-15 01:04:11 +0000
commitb71f84199e1a57e125ba913ce56ef21360c4028a (patch)
tree0a215210f1d67e4174ac5a6bad8d1f65bbacd1f4 /dev-db/sqlite/files
parent2.2.0_alpha105 version bump. This includes all of the fixes in 2.1.10.60. (diff)
downloadgentoo-2-b71f84199e1a57e125ba913ce56ef21360c4028a.tar.gz
gentoo-2-b71f84199e1a57e125ba913ce56ef21360c4028a.tar.bz2
gentoo-2-b71f84199e1a57e125ba913ce56ef21360c4028a.zip
Version bump. Ebuild by Arfrever.
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/sqlite/files')
-rw-r--r--dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch b/dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch
deleted file mode 100644
index 7f90fd6591c8..000000000000
--- a/dev-db/sqlite/files/sqlite-3.7.7.1-interix-amalgamation.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-reported and accepted upstream: http://sqlite.org:8080/cgi-bin/mailman/private/sqlite-dev/2011-July/001281.html
-(archives are private ... :( )
-
-diff -ru sqlite-autoconf-3070701.orig/sqlite3.c sqlite-autoconf-3070701/sqlite3.c
---- sqlite-autoconf-3070701.orig/sqlite3.c 2011-07-07 07:49:38 +0200
-+++ sqlite-autoconf-3070701/sqlite3.c 2011-07-07 07:50:46 +0200
-@@ -25143,7 +25143,9 @@
- case ENODEV:
- case ENXIO:
- case ENOENT:
-+#ifdef ESTALE
- case ESTALE:
-+#endif
- case ENOSYS:
- /* these should force the client to close the file and reconnect */
-