buildrootschalter/package/udpcast/udpcast-select-h.patch
Will Newton c096b5985a udpcast: Add udpcast-select-h.patch.
This patch fixes the build on AArch64 (and potentially others).
The patch has been submitted upstream.

Signed-off-by: Will Newton <will.newton@linaro.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-26 21:02:17 +02:00

12 lines
359 B
Diff

--- udpcast-20120424/console.h 2005-12-22 22:59:18.000000000 +0000
+++ udpcast-20120424.mod/console.h 2013-05-22 22:22:19.835474140 +0100
@@ -6,6 +6,8 @@
#include <winbase.h>
#endif /* __MINGW32__ */
+#include <sys/select.h>
+
#define prepareConsole udpc_prepareConsole
#define getConsoleFd udpc_getConsoleFd
#define restoreConsole udpc_restoreConsole