[Lunar-commits] <moonbase> mythtv-themes: Resolve dependency issue

Jon South striker at lunar-linux.org
Thu Oct 23 21:12:43 CEST 2008


commit 856eb9af4fac40128bb97346f99b7f793e54ebb2
Author: Jon South <striker at lunar-linux.org>
Date:   Thu Oct 23 12:12:43 2008 -0700

    mythtv-themes: Resolve dependency issue
    
    Bypass configure since we know where everything needs to go and nothing is
    actually compiled.
---
 video/mythtv-themes/BUILD |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/video/mythtv-themes/BUILD b/video/mythtv-themes/BUILD
index 0b142aa..aac9307 100644
--- a/video/mythtv-themes/BUILD
+++ b/video/mythtv-themes/BUILD
@@ -1,9 +1,8 @@
 (
 
-  . /etc/profile.d/qt3.rc   &&
-  ./configure --prefix=/usr &&
-
-  qmake myththemes.pro      &&
+  . /etc/profile.d/qt3.rc &&
+  sedit 's|.*error.*|PREFIX=/usr\nINSTALL_ROOT=/usr|' myththemes.pro &&
+  qmake myththemes.pro    &&
 
   default_make
 


More information about the Lunar-commits mailing list