aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kodi-platform/check-for-glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kodi-platform/check-for-glibc.patch')
-rw-r--r--testing/kodi-platform/check-for-glibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/kodi-platform/check-for-glibc.patch b/testing/kodi-platform/check-for-glibc.patch
deleted file mode 100644
index 76c03840c2..0000000000
--- a/testing/kodi-platform/check-for-glibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/posix/serialport.cpp.orig
-+++ b/src/posix/serialport.cpp
-@@ -37,7 +37,7 @@
- #include "../util/baudrate.h"
- #include "../posix/os-socket.h"
-
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#ifndef __GLIBC__
- #ifndef XCASE
- #define XCASE 0
- #endif