diff options
Diffstat (limited to 'devel/libbobcat/files/patch-localsocketbase-localsocketbase')
-rw-r--r-- | devel/libbobcat/files/patch-localsocketbase-localsocketbase | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-localsocketbase-localsocketbase b/devel/libbobcat/files/patch-localsocketbase-localsocketbase new file mode 100644 index 000000000000..f879c9018829 --- /dev/null +++ b/devel/libbobcat/files/patch-localsocketbase-localsocketbase @@ -0,0 +1,13 @@ +--- localsocketbase/localsocketbase.orig 2013-11-13 11:44:52.000000000 +0100 ++++ localsocketbase/localsocketbase 2013-11-27 16:51:46.000000000 +0100 +@@ -5,6 +5,10 @@ + #include <string> + #include <sys/socket.h> + ++#ifdef __FreeBSD__ ++#include <string.h> ++#endif ++ + namespace FBB + { + |