summaryrefslogtreecommitdiffstats
path: root/development/phantomjs/patches/build-qt-components.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/phantomjs/patches/build-qt-components.patch')
-rw-r--r--development/phantomjs/patches/build-qt-components.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/development/phantomjs/patches/build-qt-components.patch b/development/phantomjs/patches/build-qt-components.patch
new file mode 100644
index 0000000000..de52fb4370
--- /dev/null
+++ b/development/phantomjs/patches/build-qt-components.patch
@@ -0,0 +1,18 @@
+Last-Update: 2016-02-15
+Forwarded: no
+Author: Dmitry Smirnov <onlyjob@debian.org>
+Description: fix FTBFS.
+
+--- a/src/phantomjs.pro
++++ b/src/phantomjs.pro
+@@ -8,9 +8,9 @@
+ }
+
+ TEMPLATE = app
+ TARGET = phantomjs
+-QT += network webkitwidgets
++QT += network webkitwidgets printsupport
+ CONFIG += console
+
+ DESTDIR = ../bin
+