summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase/patches/patch-qtbase_qmake_generators_makefile.cpp
blob: e2ca27a0bdd6e3be0c44179f129d625177cd8fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-qtbase_qmake_generators_makefile.cpp,v 1.1 2013/12/13 14:38:35 ryoon Exp $

* Libtoolized

--- qtbase/qmake/generators/makefile.cpp.orig	2013-11-27 01:01:10.000000000 +0000
+++ qtbase/qmake/generators/makefile.cpp
@@ -3296,7 +3296,7 @@ MakefileGenerator::writePkgConfigFile()
             bundle = bundle.left(suffix);
         pkgConfiglibName = "-framework " + bundle + " ";
     } else {
-        pkgConfiglibDir = "-L${libdir}";
+	pkgConfiglibDir = "-Wl,-R${libdir} -L${libdir}";
         pkgConfiglibName = "-l" + fileInfo(fname).completeBaseName();
         if (project->isActiveConfig("shared"))
             pkgConfiglibName += project->first("TARGET_VERSION_EXT").toQString();