commit:     68c798f41e1be1585039c8f4e5ef5eae7ac0d017
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  4 01:57:37 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jun  4 01:57:37 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=68c798f4

[qt4-build-multilib.eclass] -fast is practically redundant with -dont-process.

---
 eclass/qt4-build-multilib.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index 27e610d..f674af6 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -297,13 +297,13 @@ multilib_src_configure() {
                # build shared libraries
                -shared
 
-               # misc stuff
-               -fast -largefile
-
                # skip recursive processing of .pro files at the end of 
configure
                # (we run qmake by ourselves), thus saving quite a bit of time
                -dont-process
 
+               # always enable large file support
+               -largefile
+
                # exceptions USE flag
                $(in_iuse exceptions && qt_use exceptions || echo -exceptions)
 

Reply via email to