Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 6db27311da393084cc6f2b414a3b666f > files > 7

qt3-3.3.6-1.1.20060mlcs4.src.rpm

--- src/tools/qgpluginmanager.cpp
+++ src/tools/qgpluginmanager.cpp	2004/09/25 11:46:41
@@ -377,6 +377,9 @@
 	    QString basename = (*git).left( (*git).find( QChar(0xfffd) ) );
 	    ++git;
 
+	    // WARNING: this line should only exist on lib64 systems !
+	    basename += ".lib64";
+
 	    QStringList sameBasename;
 	    while( git != group.end() &&
 		   basename == (*git).left( (*git).find( QChar(0xfffd) ) )  ) {