diff options
Diffstat (limited to 'databases/p5-DBD-SQLite/files/patch-dbdimp.h')
-rw-r--r-- | databases/p5-DBD-SQLite/files/patch-dbdimp.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |