summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile2
-rw-r--r--databases/p5-DBD-SQLite/files/patch-dbdimp.h10
2 files changed, 11 insertions, 1 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index ed56951ccbb8..9c83571e0e2b 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 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