ports/multimedia/kaffeine/files/patch-frontend.h
Pawel Pekala 3d579a9593 - Update to version 1.3.1, now KDE and VLC based
- Regenerate patches
- Update homepage in pkg-descr

PR:		203802
Submitted by:	tkato432@yahoo.com
2015-10-29 19:28:33 +00:00

18 lines
393 B
C

--- include/frontend.h.orig 2015-08-07 15:43:59 UTC
+++ include/frontend.h
@@ -26,7 +26,14 @@
#ifndef _DVBFRONTEND_H_
#define _DVBFRONTEND_H_
-#include <linux/types.h>
+#ifndef LINUX_TYPES_ADDED
+#define LINUX_TYPES_ADDED
+#include <sys/types.h>
+typedef uint64_t __u64;
+typedef uint32_t __u32;
+typedef uint16_t __u16;
+typedef uint8_t __u8;
+#endif
typedef enum fe_type {
FE_QPSK,