diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:18:06 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:18:06 +0000 |
commit | f1d8da739e72e53fc79879c5216e14d02330b8e5 (patch) | |
tree | 390edb859d20a2811c79c23541d0c0421d19e2cf /multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp | |
parent | - Update to 05_20100620 (diff) |
- Update to 0.23
- V4L support enabled for webcamd (works fine with DVB-S2 USB hardware)
- Use USERS/GROUPS framework
- Removed automatic database creation from POST-INSTALL [1]
- Harmonize mythtv and mythtv-frontend Makefiles and patches
- Remove incorrect CONFLICTS entry for mythtv-themes
Feature safe: yes
Discussed with: Mickael Maillot <mickael.maillot (AT) gmail.com> [1]
Thanks to: Torfinn Ingolfsen <torfinn.ingolfsen (AT) broadpark.no>
Approved by: beat (co-mentor)
Diffstat (limited to 'multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp')
-rw-r--r-- | multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp b/multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp deleted file mode 100644 index 73860d8c3737..000000000000 --- a/multimedia/mythtv/files/patch-libs__libmythdb__lcddevice.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/libmythdb/lcddevice.cpp.orig 2009-08-15 12:38:39.000000000 +0200 -+++ libs/libmythdb/lcddevice.cpp 2009-12-18 12:22:32.000000000 +0100 -@@ -19,6 +19,7 @@ - # include <sys/sysinfo.h> - # else - # ifdef __FreeBSD__ -+# include <sys/param.h> - # include <sys/mount.h> - # endif - # if CONFIG_CYGWIN - |