summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/files/patch-dbdimp.h
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-12-28 15:35:22 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-12-28 15:35:22 +0000
commit0719357ebeec2960aa741541884b2acb1555c981 (patch)
tree120d4bb2b12094f21a78ba69ac1d1fc65fb07702 /databases/p5-DBD-SQLite/files/patch-dbdimp.h
parentUpdate to 1.3.4 which adds support for the compact tracker protocol (diff)
Fix runtime error on 4.x.
Notes
Notes: svn path=/head/; revision=125346
Diffstat (limited to '')
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h10
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