forked from Lainports/freebsd-ports
- 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)
12 lines
360 B
C++
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>
|