$OpenBSD: patch-qtbase_qmake_generators_unix_unixmake_h,v 1.2 2016/03/06 11:56:42 zhuk Exp $
Always prepend project directory to list of linking directories,
to avoid picking up wrong library from system.
--- qtbase/qmake/generators/unix/unixmake.h.ports.orig	Tue Oct 13 07:35:09 2015
+++ qtbase/qmake/generators/unix/unixmake.h	Thu Dec 10 09:01:22 2015
@@ -69,6 +69,7 @@ class UnixMakefileGenerator : public MakefileGenerator
 
 private:
     void init2();
+    void separateInternalLibdirs(ProStringList &libs, ProStringList &libdirsInt, QString prefix);
 };
 
 inline UnixMakefileGenerator::~UnixMakefileGenerator()
