ports/devel/libbobcat/files/patch-localsocketbase-localsocketbase
Gabor Pali 21071c5ef5 - Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:17:03 +00:00

13 lines
283 B
Text

--- 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
{