Revision: 5591 http://gar.svn.sourceforge.net/gar/?rev=5591&view=rev Author: wbonnet Date: 2009-07-16 19:52:49 +0000 (Thu, 16 Jul 2009)
Log Message: ----------- Add patch Modified Paths: -------------- csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff Added Paths: ----------- csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff Modified: csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff =================================================================== --- csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff 2009-07-16 17:07:32 UTC (rev 5590) +++ csw/mgar/pkg/sqlite3/trunk/files/gar-base.diff 2009-07-16 19:52:49 UTC (rev 5591) @@ -1,6 +1,6 @@ -diff -Naur sqlite3-3.6.10.orig/src/tclsqlite.c sqlite3-3.6.10.patched/src/tclsqlite.c ---- sqlite3-3.6.10.orig/src/tclsqlite.c 2008-10-14 20:07:41.000000000 +0200 -+++ sqlite3-3.6.10.patched/src/tclsqlite.c 2008-11-07 23:14:32.334719000 +0100 +diff -Naur sqlite3.orig/src/tclsqlite.c sqlite3.patched/src/tclsqlite.c +--- sqlite3.orig/src/tclsqlite.c 2008-10-14 20:07:41.000000000 +0200 ++++ sqlite3.patched/src/tclsqlite.c 2008-11-07 23:14:32.334719000 +0100 @@ -16,6 +16,7 @@ */ #include "tcl.h" Added: csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff =================================================================== --- csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff (rev 0) +++ csw/mgar/pkg/sqlite3/trunk/files/shell.c.diff 2009-07-16 19:52:49 UTC (rev 5591) @@ -0,0 +1,12 @@ +diff -Naur sqlite3.orig/src/shell.c sqlite3/src/shell.c +--- sqlite3.orig/src/shell.c 2009-07-16 21:40:17.209832620 +0200 ++++ sqlite3/src/shell.c 2009-07-16 21:44:23.666390427 +0200 +@@ -23,7 +23,7 @@ + #include <string.h> + #include <stdio.h> + #include <assert.h> +-#include "sqlite3.h" ++#include "../sqlite3.h" + #include <ctype.h> + #include <stdarg.h> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel