Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401025 | Differences between
and this patch

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.8.0.orig/qmake/generators/makefile.cpp (-1 / +1 lines)
Lines 3205-3211 Link Here
3205
                for(int var = 0; var < vars.size(); ++var) {
3205
                for(int var = 0; var < vars.size(); ++var) {
3206
                    if(!val.isEmpty())
3206
                    if(!val.isEmpty())
3207
                        val += " ";
3207
                        val += " ";
3208
                    val += pkgConfigFixPath(vars.at(var));
3208
                    val += vars.at(var);
3209
                }
3209
                }
3210
            }
3210
            }
3211
        }
3211
        }

Return to bug 401025