aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/files
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-02-28 13:22:41 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-02-28 13:22:41 +0000
commit71375ae4932331befd517c4a137e0c03cd3bc21f (patch)
tree4a4255b8d8e47884d62073fcc1b3f9a9f3bcde0b /databases/p5-DBD-SQLite/files
parent00512e65c86b677310234ed1004238d4acdf27bf (diff)
Notes
Diffstat (limited to 'databases/p5-DBD-SQLite/files')
-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