summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/files/patch-dbdimp.h
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-25 04:22:59 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-25 04:22:59 +0800
commitdeaa007f561cdeb239abb25c23371c6218c0211b (patch)
tree29abaa01b3b79f47a59e07cb57347239e4ad52fd /databases/p5-DBD-SQLite/files/patch-dbdimp.h
parentdevel/rubygem-typeprof: Update to 0.15.0 (diff)
databases/p5-DBD-SQLite: Update to 1.68
Changes: https://metacpan.org/dist/DBD-SQLite/changes
Diffstat (limited to 'databases/p5-DBD-SQLite/files/patch-dbdimp.h')
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/files/patch-dbdimp.h b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
index 4506595aca58..1feaf40519e9 100644
--- a/databases/p5-DBD-SQLite/files/patch-dbdimp.h
+++ b/databases/p5-DBD-SQLite/files/patch-dbdimp.h
@@ -1,6 +1,6 @@
---- dbdimp.h.orig Fri Sep 8 06:50:50 2006
-+++ dbdimp.h Tue Sep 12 14:00:36 2006
-@@ -105,6 +105,9 @@
+--- dbdimp.h.orig 2021-06-05 16:28:51 UTC
++++ dbdimp.h
+@@ -222,6 +222,9 @@ newUTF8SVpvn(char *s, STRLEN len) {
#define newUTF8SVpvn newSVpvn
#define SvUTF8_on(a) (a)
#define SvUTF8_off(a) (a)
@@ -9,4 +9,4 @@
+#endif
#define sv_utf8_upgrade(a) (a)
- #endif
+ #endif /* #ifdef SvUTF8_on */