aboutsummaryrefslogtreecommitdiff
path: root/databases/libmemcached
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2012-04-22 22:05:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2012-04-22 22:05:12 +0000
commitcfc998a2656cff82406f921cda831ec2f1daca3d (patch)
tree6da6cfb80d9948c5069b2044639e7aeb49aa6b5d /databases/libmemcached
parent8269acc5cea14fd90a0997cd287caa5b4fa52638 (diff)
downloadports-cfc998a2656cff82406f921cda831ec2f1daca3d.tar.gz
ports-cfc998a2656cff82406f921cda831ec2f1daca3d.zip
Fix compile with gcc46 on freebsd8.2
PR: ports/167208 Submitted by: Olivier <software-freebsd@interfasys.ch>
Notes
Notes: svn path=/head/; revision=295282
Diffstat (limited to 'databases/libmemcached')
-rw-r--r--databases/libmemcached/files/patch-log.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/libmemcached/files/patch-log.hpp b/databases/libmemcached/files/patch-log.hpp
new file mode 100644
index 000000000000..88f3c9f701a5
--- /dev/null
+++ b/databases/libmemcached/files/patch-log.hpp
@@ -0,0 +1,10 @@
+--- util/log.hpp.orig 2012-04-22 19:10:08.624721461 +0200
++++ util/log.hpp 2012-04-22 19:11:43.651275813 +0200
+@@ -27,6 +27,7 @@
+ #include <fcntl.h>
+ #include <iostream>
+ #include <string>
++#include <string.h>
+ #include <syslog.h>
+
+ #define UTIL_MAX_ERROR_SIZE 2048 \ No newline at end of file