python/cryptography: native 64-bit build
[unleashed-userland.git] / components / qt4 / patches / qmake_makefile_cpp.patch
blob1992741615dea008b0fba9f4213b4a9fbf942099
1 $NetBSD: patch-qmake_generators_makefile.cpp,v 1.3 2012/05/24 08:07:33 adam Exp $
3 --- a/qmake/generators/makefile.cpp.orig 2012-05-24 05:03:21.000000000 +0000
4 +++ b/qmake/generators/makefile.cpp
5 @@ -3256,7 +3256,7 @@ MakefileGenerator::writePkgConfigFile()
6 bundle = bundle.left(suffix);
7 pkgConfiglibName = "-framework " + bundle + " ";
8 } else {
9 - pkgConfiglibDir = "-L${libdir}";
10 + pkgConfiglibDir = "-Wl,-R${libdir} -L${libdir}";
11 pkgConfiglibName = "-l" + lname.left(lname.length()-Option::libtool_ext.length());
12 if (project->isActiveConfig("shared"))
13 pkgConfiglibName += project->first("TARGET_VERSION_EXT");