summaryrefslogtreecommitdiff
path: root/security/botan-devel/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-05-20 21:57:10 +0000
committerjoerg <joerg@pkgsrc.org>2015-05-20 21:57:10 +0000
commitb479ed68b43686d68922b62906e38657ef1556fc (patch)
treeba5055638c6f06d47e741a08b0bf6857311e2338 /security/botan-devel/patches
parent0d83be2379460431aeb58cd89629f0470925fec1 (diff)
downloadpkgsrc-b479ed68b43686d68922b62906e38657ef1556fc.tar.gz
Add missing header. Patch up Python interpreter. Regen distinfo.
Diffstat (limited to 'security/botan-devel/patches')
-rw-r--r--security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp b/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
new file mode 100644
index 00000000000..4ff954ca11a
--- /dev/null
+++ b/security/botan-devel/patches/patch-src_lib_alloc_locking__allocator_locking__allocator.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_lib_alloc_locking__allocator_locking__allocator.cpp,v 1.3 2015/05/20 21:57:10 joerg Exp $
+
+--- src/lib/alloc/locking_allocator/locking_allocator.cpp.orig 2015-05-19 20:33:25.000000000 +0000
++++ src/lib/alloc/locking_allocator/locking_allocator.cpp
+@@ -8,6 +8,7 @@
+ #include <botan/locking_allocator.h>
+ #include <botan/mem_ops.h>
+ #include <algorithm>
++#include <cstdlib>
+ #include <string>
+
+ #include <sys/mman.h>