[Lunar-commits] <moonbase> mythtv-plugins: Fix BUILD retardedness.
Jon South
striker at lunar-linux.org
Tue Oct 21 12:39:54 CEST 2008
commit b68ea9aedfd801d10d36aa3666462aa373198272
Author: Jon South <striker at lunar-linux.org>
Date: Tue Oct 21 03:39:54 2008 -0700
mythtv-plugins: Fix BUILD retardedness.
---
video/mythtv-plugins/BUILD | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/video/mythtv-plugins/BUILD b/video/mythtv-plugins/BUILD
index d5441f7..5163f88 100644
--- a/video/mythtv-plugins/BUILD
+++ b/video/mythtv-plugins/BUILD
@@ -1,15 +1,9 @@
(
- sedit "s:PREFIX = .*:PREFIX=/usr:" settings.pro &&
- sedit "s:#CONFIG += using_alsa:CONFIG += using_alsa:" settings.pro &&
- sedit "s:#ALSA_LIBS = -lasound:ALSA_LIBS = -lasound:" settings.pro &&
- sedit "s:QMAKE_CXXFLAGS_RELEASE = .*:QMAKE_CXXFLAGS_RELEASE = $CXXFLAGS:" settings.pro &&
- sedit "s:DEFINES += MMX:DEFINES += MMX SSE" &&
+ . /etc/profile.d/qt3.rc &&
+ ./configure --prefix=/usr &&
- . /etc/profile.d/qt3.rc &&
- ./configure --prefix=/usr &&
-
- qmake mythplugins.pro &&
+ qmake mythplugins.pro &&
default_make
More information about the Lunar-commits
mailing list