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:
parent
c907cbd21d
commit
9da2d73d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327101
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libvmime
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/vmime/vmime/0.9
|
||||
|
||||
|
11
mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
Normal file
11
mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
Normal 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 {
|
Loading…
Reference in New Issue
Block a user