summaryrefslogtreecommitdiffstats
path: root/development/phantomjs/patches/build-qtpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/phantomjs/patches/build-qtpath.patch')
-rw-r--r--development/phantomjs/patches/build-qtpath.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/development/phantomjs/patches/build-qtpath.patch b/development/phantomjs/patches/build-qtpath.patch
new file mode 100644
index 0000000000..6fa48bc0d3
--- /dev/null
+++ b/development/phantomjs/patches/build-qtpath.patch
@@ -0,0 +1,18 @@
+Last-Update: 2016-02-15
+Forwarded: not-needed
+Author: Dmitry Smirnov <onlyjob@debian.org>
+Description: build system correction(s).
+
+--- a/build.py
++++ b/build.py
+@@ -80,9 +80,9 @@
+ def qmakePath():
+ exe = "qmake"
+ if platform.system() == "Windows":
+ exe += ".exe"
+- return os.path.abspath("src/qt/qtbase/bin/" + exe)
++ return os.path.abspath("/usr/lib64/qt5/bin/" + exe)
+
+ # returns paths for 3rd party libraries (Windows only)
+ def findThirdPartyDeps():
+ include_dirs = []