summaryrefslogtreecommitdiff
path: root/databases/libmemcached/files/patch-bug1245562
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-bug1245562
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)
Notes
Notes: svn path=/head/; revision=443019
Diffstat (limited to 'databases/libmemcached/files/patch-bug1245562')
-rw-r--r--databases/libmemcached/files/patch-bug12455628
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/libmemcached/files/patch-bug1245562 b/databases/libmemcached/files/patch-bug1245562
index a0b146e5b72e..6c29b93886a5 100644
--- a/databases/libmemcached/files/patch-bug1245562
+++ b/databases/libmemcached/files/patch-bug1245562
@@ -1,6 +1,4 @@
-diff --git a/clients/memflush.cc b/clients/memflush.cc
-index 8bd0dbf..cdba743 100644
---- clients/memflush.cc
+--- clients/memflush.cc.orig 2014-02-09 11:52:42 UTC
+++ clients/memflush.cc
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
{
@@ -20,9 +18,7 @@ index 8bd0dbf..cdba743 100644
{
std::cerr << "No Servers provided" << std::endl;
exit(EXIT_FAILURE);
-diff --git a/libmemcached-1.0/memcached.h b/libmemcached-1.0/memcached.h
-index bc16e73..dcee395 100644
---- libmemcached-1.0/memcached.h
+--- libmemcached-1.0/memcached.h.orig 2014-02-09 11:52:42 UTC
+++ libmemcached-1.0/memcached.h
@@ -43,7 +43,11 @@
#endif