Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236514
Collapse All | Expand All

(-)qca-2.0.1/configure.orig (-1 / +1 lines)
Lines 875-881 Link Here
875
		if(!pcfiles.isEmpty())
875
		if(!pcfiles.isEmpty())
876
		{
876
		{
877
        		str = QString(
877
        		str = QString(
878
			"pcfiles.path = \$\$LIBDIR/pkgconfig\n"
878
			"pcfiles.path = \$\$LIBDIR/../pkgconfig\n"
879
			"pcfiles.files = %1\n"
879
			"pcfiles.files = %1\n"
880
			"INSTALLS += pcfiles\n"
880
			"INSTALLS += pcfiles\n"
881
			).arg(pcfiles.join(" "));
881
			).arg(pcfiles.join(" "));

Return to bug 236514