From 71375ae4932331befd517c4a137e0c03cd3bc21f Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 28 Feb 2005 13:22:41 +0000 Subject: Update to 1.08. --- databases/p5-DBD-SQLite/files/patch-dbdimp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases/p5-DBD-SQLite/files/patch-dbdimp.h') diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h index 5a532389736f..ba359752604a 100644 --- a/databases/p5-DBD-SQLite/files/patch-dbdimp.h +++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h @@ -1,10 +1,13 @@ --- dbdimp.h.orig Sat Sep 11 00:24:28 2004 +++ dbdimp.h Mon Dec 27 16:37:25 2004 -@@ -99,6 +99,7 @@ +@@ -99,6 +99,10 @@ #define newUTF8SVpv newSVpv #define newUTF8SVpvn newSVpvn #define SvUTF8_on(a) (a) +#define SvUTF8_off(a) (a) ++#ifndef get_sv ++#define get_sv perl_get_sv ++#endif #define sv_utf8_upgrade(a) (a) #endif -- cgit v1.2.3