From 0719357ebeec2960aa741541884b2acb1555c981 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Tue, 28 Dec 2004 15:35:22 +0000 Subject: Fix runtime error on 4.x. --- databases/p5-DBD-SQLite/files/patch-dbdimp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/p5-DBD-SQLite/files/patch-dbdimp.h (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 new file mode 100644 index 000000000000..5a532389736f --- /dev/null +++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h @@ -0,0 +1,10 @@ +--- dbdimp.h.orig Sat Sep 11 00:24:28 2004 ++++ dbdimp.h Mon Dec 27 16:37:25 2004 +@@ -99,6 +99,7 @@ + #define newUTF8SVpv newSVpv + #define newUTF8SVpvn newSVpvn + #define SvUTF8_on(a) (a) ++#define SvUTF8_off(a) (a) + #define sv_utf8_upgrade(a) (a) + + #endif -- cgit v1.2.3