aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp')
-rw-r--r--multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp b/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp
deleted file mode 100644
index b030a44b4a8..00000000000
--- a/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- libs/libmythfreemheg/Programs.cpp.orig 2009-07-06 22:42:28.000000000 +0200
-+++ libs/libmythfreemheg/Programs.cpp 2010-03-16 13:48:01.000000000 +0100
-@@ -129,9 +129,7 @@
- if (m_Name.Equal("GCD")) { // GetCurrentDate - returns local time.
- if (args.Size() == 2) {
- struct timeb timebuffer;
--#if HAVE_FTIME
-- ftime(&timebuffer);
--#elif HAVE_GETTIMEOFDAY
-+#if HAVE_GETTIMEOFDAY
- struct timeval time;
- struct timezone zone;
-