diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-10 22:28:16 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-10 22:28:16 +0000 |
commit | f93674fb9c909f272a86347b86ddff7a7974bcb5 (patch) | |
tree | 1f336bdf421fdeb33c8a96c10346160f2f5235a4 /multimedia/mythtv/files/extrapatch-programs_programs.pro | |
parent | Add upstream patch to fix crasher in the unstable version of gnome-builder. (diff) |
multimedia/mythtv: Update to 30.0 and unbreak
Changes: https://www.mythtv.org/wiki/Release_Notes_-_30
PR: 234551
Submitted by: fernando.e.vilas@gmail.com
Diffstat (limited to 'multimedia/mythtv/files/extrapatch-programs_programs.pro')
-rw-r--r-- | multimedia/mythtv/files/extrapatch-programs_programs.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mythtv/files/extrapatch-programs_programs.pro b/multimedia/mythtv/files/extrapatch-programs_programs.pro index 34118037bc20..48a1da25a05f 100644 --- a/multimedia/mythtv/files/extrapatch-programs_programs.pro +++ b/multimedia/mythtv/files/extrapatch-programs_programs.pro @@ -2,7 +2,7 @@ Disable backend components for multimedia/mythtv-frontend --- programs/programs.pro.orig 2018-01-11 12:39:22 UTC +++ programs/programs.pro -@@ -15,12 +15,4 @@ using_frontend { +@@ -15,13 +15,4 @@ using_frontend { !mingw:!win32-msvc*: SUBDIRS += mythtranscode/external/replex } @@ -12,6 +12,7 @@ Disable backend components for multimedia/mythtv-frontend - - !win32-msvc*:SUBDIRS += scripts - !mingw:!win32-msvc*: SUBDIRS += mythfilerecorder +- !mingw:!win32-msvc*: SUBDIRS += mythexternrecorder -} - using_mythtranscode: SUBDIRS += mythtranscode |