diff options
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/files/patch-dbdimp.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index ed56951ccbb..9c83571e0e2 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -7,7 +7,7 @@ PORTNAME= DBD-SQLite PORTVERSION= 1.07 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD 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 00000000000..5a532389736 --- /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 |