|
|
@@ -1,6 +1,6 @@
|
|
|
-Index: DBD-SQLite-1.22_02/Makefile.PL
|
|
|
---- DBD-SQLite-1.22_02/Makefile.PL.orig 2009-04-08 13:42:58 +0200
|
|
|
-+++ DBD-SQLite-1.22_02/Makefile.PL 2009-04-09 09:52:53 +0200
|
|
|
+Index: DBD-SQLite-1.22_03/Makefile.PL
|
|
|
+--- DBD-SQLite-1.22_03/Makefile.PL.orig 2009-04-09 11:30:10 +0200
|
|
|
++++ DBD-SQLite-1.22_03/Makefile.PL 2009-04-10 11:40:03 +0200
|
|
|
@@ -16,46 +16,7 @@
|
|
|
return @_;
|
|
|
}
|
|
|
@@ -69,7 +69,7 @@ Index: DBD-SQLite-1.22_02/Makefile.PL
|
|
|
'-I$(DBI_INSTARCH_DIR)',
|
|
|
);
|
|
|
-if ( $sqlite_inc ) {
|
|
|
-- push @INC, "-I$sqlite_inc";
|
|
|
+- push @CC_INC, "-I$sqlite_inc";
|
|
|
-}
|
|
|
+unshift @INC, $inc;
|
|
|
|
|
|
@@ -77,7 +77,7 @@ Index: DBD-SQLite-1.22_02/Makefile.PL
|
|
|
'-DSQLITE_CORE',
|
|
|
Index: DBD-Sybase-1.09/dbdimp.c
|
|
|
--- DBD-Sybase-1.09/dbdimp.c.orig 2008-08-31 14:08:17 +0200
|
|
|
-+++ DBD-Sybase-1.09/dbdimp.c 2009-04-09 09:52:08 +0200
|
|
|
++++ DBD-Sybase-1.09/dbdimp.c 2009-04-10 11:14:49 +0200
|
|
|
@@ -774,22 +774,22 @@
|
|
|
|
|
|
#if defined(CS_VERSION_150)
|
|
|
@@ -108,7 +108,7 @@ Index: DBD-Sybase-1.09/dbdimp.c
|
|
|
if (cs_config(context, CS_SET, CS_MESSAGE_CB,
|
|
|
Index: DBD-cego/Makefile.PL
|
|
|
--- DBD-cego/Makefile.PL.orig 2007-06-25 20:38:07 +0200
|
|
|
-+++ DBD-cego/Makefile.PL 2009-04-09 09:52:08 +0200
|
|
|
++++ DBD-cego/Makefile.PL 2009-04-10 11:14:49 +0200
|
|
|
@@ -43,7 +43,7 @@
|
|
|
'VERSION_FROM' => 'Cego.pm',
|
|
|
'PREREQ_PM' => {DBI => 1.03},
|
|
|
@@ -120,7 +120,7 @@ Index: DBD-cego/Makefile.PL
|
|
|
. $opt->{'prefix'} . "/lib/libBase.a",
|
|
|
Index: DBD-mysql-4.010/dbdimp.h
|
|
|
--- DBD-mysql-4.010/dbdimp.h.orig 2008-04-29 01:36:17 +0200
|
|
|
-+++ DBD-mysql-4.010/dbdimp.h 2009-04-09 09:52:08 +0200
|
|
|
++++ DBD-mysql-4.010/dbdimp.h 2009-04-10 11:14:49 +0200
|
|
|
@@ -19,6 +19,7 @@
|
|
|
* Header files we use
|
|
|
*/
|