[kde-freebsd] area51 revision 10641

2015-03-11 Thread ajtiM
Hi! I have still problem after update SVN commit 10641 by rakuco: qmake5: Stop passing -no-pkg-config. This causes a configuration failure in webkit-qt5, as it uses pkg-config to find sqlite3 (and qconfig.pri would have -no-pkg-config). Instead, do not pass -no-pkg-config and add USES=pkgconfig

Re: [kde-freebsd] area51 revision 10641

2015-03-11 Thread Raphael Kubo da Costa
ajtiM lum...@gmail.com writes: SVN commit 10641 by rakuco: qmake5: Stop passing -no-pkg-config. This causes a configuration failure in webkit-qt5, as it uses pkg-config to find sqlite3 (and qconfig.pri would have -no-pkg-config). Instead, do not pass -no-pkg-config and add USES=pkgconfig to