diff options
author | vanilla <vanilla@FreeBSD.org> | 2012-04-23 06:05:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2012-04-23 06:05:12 +0800 |
commit | a4aaf7338f365a8e2a569ec6d0d2b77c2f69ce58 (patch) | |
tree | 2230f8dc14df365414815990b8fef7665149c929 /databases/libmemcached | |
parent | 086aaa7065d7abc1a0163b0a7398dc941e28faee (diff) | |
download | freebsd-ports-gnome-a4aaf7338f365a8e2a569ec6d0d2b77c2f69ce58.tar.gz freebsd-ports-gnome-a4aaf7338f365a8e2a569ec6d0d2b77c2f69ce58.tar.zst freebsd-ports-gnome-a4aaf7338f365a8e2a569ec6d0d2b77c2f69ce58.zip |
Fix compile with gcc46 on freebsd8.2
PR: ports/167208
Submitted by: Olivier <software-freebsd@interfasys.ch>
Diffstat (limited to 'databases/libmemcached')
-rw-r--r-- | databases/libmemcached/files/patch-log.hpp | 10 |
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 |