aboutsummaryrefslogtreecommitdiff
path: root/mail/libvmime/files/patch-vmime__base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/libvmime/files/patch-vmime__base.hpp')
-rw-r--r--mail/libvmime/files/patch-vmime__base.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/libvmime/files/patch-vmime__base.hpp b/mail/libvmime/files/patch-vmime__base.hpp
deleted file mode 100644
index eae3e285d0d3..000000000000
--- a/mail/libvmime/files/patch-vmime__base.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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 <class X, class Y>
- ref <X> dynamicCast(ref <Y> y)
- {
-- return y.dynamicCast <X>();
-+ return y. template dynamicCast <X>();
- }
-
- } // vmime