diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-05-10 08:21:14 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-05-10 08:21:14 +0000 |
commit | 5529961b652c224afc4b0606eeab1639a2165071 (patch) | |
tree | 87513208056666aa81deee4a964518ae258f2f4d /multimedia/mythtv-frontend/files/patch-programs__programs.pro | |
parent | - update to 4.14 (diff) |
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-programs__programs.pro')
-rw-r--r-- | multimedia/mythtv-frontend/files/patch-programs__programs.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-programs__programs.pro b/multimedia/mythtv-frontend/files/patch-programs__programs.pro index b5a933ab40fc..24db57377558 100644 --- a/multimedia/mythtv-frontend/files/patch-programs__programs.pro +++ b/multimedia/mythtv-frontend/files/patch-programs__programs.pro @@ -1,11 +1,12 @@ ---- programs/programs.pro.orig 2010-11-01 14:01:30.000000000 +0100 -+++ programs/programs.pro 2010-11-01 14:07:41.000000000 +0100 -@@ -11,8 +11,4 @@ +--- programs/programs.pro.orig 2012-03-19 06:39:10.000000000 +0100 ++++ programs/programs.pro 2012-03-21 23:55:00.883069453 +0100 +@@ -11,9 +11,4 @@ !mingw: SUBDIRS += mythtranscode/replex } -using_backend { - SUBDIRS += mythbackend mythfilldatabase mythtv-setup scripts +- SUBDIRS += mythmetadatalookup -} - using_mythtranscode: SUBDIRS += mythtranscode |