[Lunar-commits] r21503 - moonbase/trunk/kde3/apps/gwenview

Dennis Veatch stumbles at lunar-linux.org
Thu Sep 21 21:59:11 UTC 2006


Author: stumbles
Date: 2006-09-21 21:59:10 +0000 (Thu, 21 Sep 2006)
New Revision: 21503

Modified:
   moonbase/trunk/kde3/apps/gwenview/BUILD
Log:

This would go better with the DETAILS change.



Modified: moonbase/trunk/kde3/apps/gwenview/BUILD
===================================================================
--- moonbase/trunk/kde3/apps/gwenview/BUILD	2006-09-21 21:42:08 UTC (rev 21502)
+++ moonbase/trunk/kde3/apps/gwenview/BUILD	2006-09-21 21:59:10 UTC (rev 21503)
@@ -1,10 +1,8 @@
 (
-  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}     \
-               --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
-               --disable-debug                     \
-	       --enable-final                      \
-               $OPTS                              &&
 
-  default_make
- 
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+
+  default_build
+
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list