summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/libvmime/Makefile2
-rw-r--r--mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 5e69818fc199..41111cb17ac2 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libvmime
PORTVERSION= 0.9.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF/vmime/vmime/0.9
diff --git a/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp b/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
new file mode 100644
index 000000000000..b91cb20864e0
--- /dev/null
+++ b/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
@@ -0,0 +1,11 @@
+--- ./vmime/utility/smartPtrInt.hpp.orig 2009-09-06 05:10:27.000000000 -0700
++++ ./vmime/utility/smartPtrInt.hpp 2013-09-12 11:22:28.695743913 -0700
+@@ -28,6 +28,8 @@
+ #include "vmime/config.hpp"
+ #include "vmime/utility/smartPtr.hpp"
+
++#include <pthread.h>
++
+
+ namespace vmime {
+ namespace utility {