summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Boatman2010-02-26 18:59:15 -0600
committerTommy Boatman2010-02-26 18:59:15 -0600
commit06b9b0143e752327aece46e877004ed5c0be6cb5 (patch)
tree79fceb5a9bb70c323e172dca6b24eade6929fb90
parent89509d4aa00de77200320304692f7f7105a5b0cb (diff)
phonon: change QTDIR to fix bug 15605
-rwxr-xr-xkde4-support/phonon/BUILD2
-rw-r--r--kde4-support/phonon/HISTORY5
2 files changed, 6 insertions, 1 deletions
diff --git a/kde4-support/phonon/BUILD b/kde4-support/phonon/BUILD
index 6bdf798c6d..e29714eb1f 100755
--- a/kde4-support/phonon/BUILD
+++ b/kde4-support/phonon/BUILD
@@ -1,4 +1,4 @@
-QTDIR="${QTDIR:-$INSTALL_ROOT/usr/bin/qt4}" &&
+QTDIR=$INSTALL_ROOT/usr/bin/qt4 &&
PATH="$QTDIR:$PATH" &&
KDE4DIR=$INSTALL_ROOT/opt/kde4 &&
cd $SOURCE_DIRECTORY &&
diff --git a/kde4-support/phonon/HISTORY b/kde4-support/phonon/HISTORY
index 1fcc9f142c..90ef56e802 100644
--- a/kde4-support/phonon/HISTORY
+++ b/kde4-support/phonon/HISTORY
@@ -1,3 +1,8 @@
+2010-02-26 Tommy Boatman <tboatman@sourcemage.org>
+ * BUILD: replaced QTDIR declaration to point
+ to $INSTALL_ROOT/usr/bin/qt4
+ should fix bug #15605
+
2010-02-23 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: added, install to /opt/kde4
should fix bug # 15585