freebsd-ports/multimedia/xbmc-addon-xvdr/files/patch-src-libPlatform-linux-os_posix.h
Juergen Lock 6e8546ac15 This is a PVR add-on for XBMC to add VDR (http://www.cadsoft.de/vdr)
as a TV/PVR Backend to XBMC.

It adds support for Live TV watching, replaying of Recordings,
programming Timers and EPG TV Guide to use on same computer or over
the Network.

This add-on requires the installed "vdr-plugin-xvdr" plugin on the
VDR server.  VDR itself doen't need any patches or modification to
use all the current features.

WWW: https://github.com/pipelka/xbmc-addon-xvdr
2011-12-18 18:38:56 +00:00

11 lines
297 B
C

--- a/src/libPlatform/linux/os_posix.h
+++ b/src/libPlatform/linux/os_posix.h
@@ -32,7 +32,7 @@
#include <sys/timeb.h>
#include <sys/resource.h>
#include <sys/syscall.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
#include <sys/prctl.h>
#endif
#include <pthread.h>