svn commit: r327101 - in head/mail/libvmime: . files
Xin LI
delphij at FreeBSD.org
Thu Sep 12 18:36:21 UTC 2013
Author: delphij
Date: Thu Sep 12 18:36:20 2013
New Revision: 327101
URL: http://svnweb.freebsd.org/changeset/ports/327101
Log:
Fix a build.
Added:
head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp (contents, props changed)
Modified:
head/mail/libvmime/Makefile
Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile Thu Sep 12 18:28:45 2013 (r327100)
+++ head/mail/libvmime/Makefile Thu Sep 12 18:36:20 2013 (r327101)
@@ -3,7 +3,7 @@
PORTNAME= libvmime
PORTVERSION= 0.9.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF/vmime/vmime/0.9
Added: head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp Thu Sep 12 18:36:20 2013 (r327101)
@@ -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 {
More information about the svn-ports-head
mailing list