From 8b2628ad8526c806375e7b157889e4274b70248b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Oct 2017 21:00:58 +0100 Subject: gentoo resync : 21.10.2017 --- media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch (limited to 'media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch') diff --git a/media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch b/media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch new file mode 100644 index 000000000000..343a808076e6 --- /dev/null +++ b/media-tv/mythtv/files/mythtv-0.28.1-glibc225.patch @@ -0,0 +1,29 @@ +From b012ff0f6b284969183863d42a6a14eb77ed0a1d Mon Sep 17 00:00:00 2001 +From: Stuart Auchterlonie +Date: Tue, 6 Jun 2017 22:39:03 +0100 +Subject: [PATCH] Refs #13047 - major() and minor() are defined in + + +On BSD platforms they remain defined in + +(cherry picked from commit eca27c542b70deb58e50ad4581b2d6f6b2e1d3c2) +--- + mythtv/libs/libmythtv/videosource.cpp | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/mythtv/libs/libmythtv/videosource.cpp b/mythtv/libs/libmythtv/videosource.cpp +index 97618adc80..09dd95073d 100644 +--- a/mythtv/libs/libmythtv/videosource.cpp ++++ b/mythtv/libs/libmythtv/videosource.cpp +@@ -3,7 +3,11 @@ + // Standard UNIX C headers + #include + #include ++#if defined(__FreeBSD__) || CONFIG_DARWIN || defined(__OpenBSD__) + #include ++#else ++#include ++#endif + #include + + // C++ headers -- cgit v1.2.3