diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 037aa8ab751e..5e69818fc199 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -3,7 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 diff --git a/mail/libvmime/files/patch-vmime__base.hpp b/mail/libvmime/files/patch-vmime__base.hpp new file mode 100644 index 000000000000..eae3e285d0d3 --- /dev/null +++ b/mail/libvmime/files/patch-vmime__base.hpp @@ -0,0 +1,11 @@ +--- ./vmime/base.hpp.orig 2010-02-06 10:12:57.000000000 -0800 ++++ ./vmime/base.hpp 2013-09-05 17:05:39.233608129 -0700 +@@ -252,7 +252,7 @@ + template + ref dynamicCast(ref y) + { +- return y.dynamicCast (); ++ return y. template dynamicCast (); + } + + } // vmime