freebsd-ports/multimedia/xbmc-pvr/files/patch-xbmc-network-Network.cpp
Juergen Lock df4439a7f0 XBMC Media Center (formerly named "XBox Media Center")
is a free and open source cross-platform media-player
and entertainment hub.

This is a tagged release of the XBMC pvr-ppa-odk branch that adds
PVR functionality using tvheadend (not ported to FreeBSD yet but
can be used over the network), MythTV (currently broken), or VDR
(via external plugins), and is located at:

https://github.com/opdenkamp/xbmc

WWW: http://xbmc.org/
2011-12-18 18:32:02 +00:00

12 lines
211 B
C++

--- xbmc/network/Network.cpp.orig
+++ xbmc/network/Network.cpp
@@ -31,6 +31,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#endif
using namespace std;