You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/opensuse/core/tqt3/lib64-plugin-support.diff

13 lines
426 B

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