freebsd-ports/multimedia/xbmc/files/patch-xbmc__filesystem__SAPDirectory.cpp
Bernhard Froehlich b7207fae88 - Update to 11.0b1
- Add fix to build fine with CLANG
- Remove USE_LDCONFIG because xbmc uses hardcoded paths

PR:		ports/163796
Submitted by:	Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
2012-01-18 12:05:48 +00:00

12 lines
360 B
C++

--- ./xbmc/filesystem/SAPDirectory.cpp.orig 2011-12-23 04:12:21.000000000 +0100
+++ ./xbmc/filesystem/SAPDirectory.cpp 2012-01-02 10:14:38.000000000 +0100
@@ -31,6 +31,9 @@
#ifdef __APPLE__
#include "OSXGNUReplacements.h" // strnlen
#endif
+#ifdef __FreeBSD__
+#include "FreeBSDGNUReplacements.h"
+#endif
#include <sys/socket.h>
#include <netinet/in.h>