New commits:
commit 36ff02552a4566e65ae677e958a6214283e83b60
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
FUNCTIONS: build_qt3_or_4, qt4_cmake_build and qt4_build should not
source /etc/profile.d/qt.sh as that is for *qt3*
diff --git a/ChangeLog b/ChangeLog
index 75d7414..6c5f378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-28 Eric Sandall <sandalle AT sourcemage.org>
+ * FUNCTIONS: build_qt3_or_4, qt4_cmake_build and qt4_build should not
+ source /etc/profile.d/qt.sh as that is for *qt3*
+
2009-02-28 Vlad Glagolev <stealth AT sourcemage.org>
* xfce/xfce.version: XFCE goes 4.6.0!
* xfce/xfce4-settings: new spell, settings manager for the Xfce
desktop
diff --git a/FUNCTIONS b/FUNCTIONS
index 4fc5b65..268b833 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -503,14 +503,12 @@ cmake_build() {
}