aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/files/patch-dbdimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-SQLite/files/patch-dbdimp.h')
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h5
1 files changed, 4 insertions, 1 deletions
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