[Lunar-commits] <moonbase> libfwbuilder: remove the qt3 reference from the BUILD file.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 19:17:55 CET 2010


commit efed8aff01f48bd70b81888e38b83d5eeb4d5b94
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 20:17:55 2010 +0200

    libfwbuilder: remove the qt3 reference from the BUILD file.
---
 libs/libfwbuilder/BUILD |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libs/libfwbuilder/BUILD b/libs/libfwbuilder/BUILD
index 9613dab..f40cd03 100644
--- a/libs/libfwbuilder/BUILD
+++ b/libs/libfwbuilder/BUILD
@@ -1,7 +1,8 @@
 (
 
-  # This is a good idea for people with both qt3 and qt4 on their sys
-  . /etc/profile.d/qt4.rc &&
+  # This is a good idea for people with qt4 on their sys
+  . /etc/profile.d/qt4.rc  &&
+
   # uses cvs build because ./autogen.sh is suggested to be run
   default_build
 


More information about the Lunar-commits mailing list