summaryrefslogtreecommitdiff
path: root/databases/libmemcached/files/patch-util_log.hpp
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2017-06-09 16:45:34 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2017-06-09 16:45:34 +0000
commit58480d53f2737b57c6248171d2b65fff31f76c23 (patch)
tree3c87e6054d128c3e4c62060b7ad71043fc8a1ee0 /databases/libmemcached/files/patch-util_log.hpp
parentFix SHA1 checksum generation on little-endian machines. (diff)
Fix the build of libmemcached: add -lthr to the libraries
plus modifications to the autoconf files. PR: 219168 Submitted by: m.tsatsenko@gmail.com (maintainer) Reported by: 000.fbsd@quip.cz Approved by: m.tsatsenko@gmail.com (maintainer)
Diffstat (limited to 'databases/libmemcached/files/patch-util_log.hpp')
-rw-r--r--databases/libmemcached/files/patch-util_log.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/libmemcached/files/patch-util_log.hpp b/databases/libmemcached/files/patch-util_log.hpp
new file mode 100644
index 000000000000..5dd9f530971e
--- /dev/null
+++ b/databases/libmemcached/files/patch-util_log.hpp
@@ -0,0 +1,10 @@
+--- util/log.hpp.orig 2014-02-09 11:52:42 UTC
++++ util/log.hpp
+@@ -42,6 +42,7 @@
+ #include <fcntl.h>
+ #include <iostream>
+ #include <string>
++#include <string.h>
+ #include <syslog.h>
+
+ #define UTIL_MAX_ERROR_SIZE 2048