diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 13:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-19 13:03:53 +0000 |
commit | 49efbac1af42fc04a87227134eecf39cedf4f209 (patch) | |
tree | 34c003c981347e372c19def235acb7d10f813f35 /multimedia/mythtv/files/patch-libs__libmythfreemheg__Programs.cpp | |
parent | - Mark BROKEN on 6.x: does not configure (diff) |
- Update to 0.22
PR: 141722 141723 141724
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
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" - |