1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Fix a build.

This commit is contained in:
Xin LI 2013-09-12 18:36:20 +00:00
parent c907cbd21d
commit 9da2d73d6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327101
2 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= libvmime
PORTVERSION= 0.9.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF/vmime/vmime/0.9

View File

@ -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 {