diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-25 04:22:59 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-25 04:22:59 +0800 |
commit | deaa007f561cdeb239abb25c23371c6218c0211b (patch) | |
tree | 29abaa01b3b79f47a59e07cb57347239e4ad52fd /databases/p5-DBD-SQLite/files/patch-dbdimp.h | |
parent | devel/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.h | 8 |
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 */ |