diff options
Diffstat (limited to 'multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp')
-rw-r--r-- | multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp | 18 |
1 files changed, 0 insertions, 18 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 1737f916bc60..000000000000 --- a/multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- ./libs/libmythfreemheg/Programs.cpp.orig 2007-03-29 15:44:23.000000000 -0400 -+++ ./libs/libmythfreemheg/Programs.cpp 2009-02-23 09:59:26.000000000 -0500 -@@ -30,7 +30,15 @@ - #include "freemheg.h" - - #include <sys/timeb.h> -+#ifdef __FreeBSD__ -+/* -+ * This file refers to the non-POSIX structure timezone, which is -+ * defined in sys/time.h. -+ */ -+#include <sys/time.h> -+#else - #include <time.h> -+#endif - - #include "../../config.h" - |