summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/files/patch-dbdimp.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-09-12 13:29:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-09-12 13:29:00 +0000
commit1233c00f46b3156a84e8370551b0fac79bd3f11a (patch)
tree42f007f67e13d5bc483392d3dac56c4ebd317410 /databases/p5-DBD-SQLite/files/patch-dbdimp.h
parent- unbreak under old perl (diff)
Update to 1.13
Diffstat (limited to 'databases/p5-DBD-SQLite/files/patch-dbdimp.h')
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
index ba359752604a..4506595aca58 100644
--- a/databases/p5-DBD-SQLite/files/patch-dbdimp.h
+++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
@@ -1,10 +1,9 @@
---- dbdimp.h.orig Sat Sep 11 00:24:28 2004
-+++ dbdimp.h Mon Dec 27 16:37:25 2004
-@@ -99,6 +99,10 @@
- #define newUTF8SVpv newSVpv
+--- dbdimp.h.orig Fri Sep 8 06:50:50 2006
++++ dbdimp.h Tue Sep 12 14:00:36 2006
+@@ -105,6 +105,9 @@
#define newUTF8SVpvn newSVpvn
#define SvUTF8_on(a) (a)
-+#define SvUTF8_off(a) (a)
+ #define SvUTF8_off(a) (a)
+#ifndef get_sv
+#define get_sv perl_get_sv
+#endif