aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-09-13 02:36:20 +0800
committerdelphij <delphij@FreeBSD.org>2013-09-13 02:36:20 +0800
commitfc29306456e0b521857a0148458e50c6a0383efe (patch)
tree1a7c69bdd41a46611d893ddacc92845c51f573fe /mail
parent0424c98c73b785affe19ed4cbead7bd6a69beb1c (diff)
downloadfreebsd-ports-gnome-fc29306456e0b521857a0148458e50c6a0383efe.tar.gz
freebsd-ports-gnome-fc29306456e0b521857a0148458e50c6a0383efe.tar.zst
freebsd-ports-gnome-fc29306456e0b521857a0148458e50c6a0383efe.zip
Fix a build.
Diffstat (limited to 'mail')
-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 {