summaryrefslogtreecommitdiff
path: root/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-01-24 01:54:27 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-01-27 05:18:38 +1100
commit8d340a040823237b731db746175ab40a0518b38a (patch)
treedf2005b982844aadb7b042019cd41a9c5016f97e /dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
parentd6ab0dce176fe324be11bf8a470499a72f7c6052 (diff)
downloadkde-8d340a040823237b731db746175ab40a0518b38a.tar.gz
kde-8d340a040823237b731db746175ab40a0518b38a.tar.bz2
kde-8d340a040823237b731db746175ab40a0518b38a.zip
dev-libs/qoauth: Add Qt5 version, bug 556180
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch')
-rw-r--r--dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch b/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
new file mode 100644
index 00000000000..1fd6fd0fc8c
--- /dev/null
+++ b/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
@@ -0,0 +1,20 @@
+diff --git a/qoauth.pro b/qoauth.pro
+index f09b3be..27d7bb3 100644
+--- a/qoauth.pro
++++ b/qoauth.pro
+@@ -5,6 +5,6 @@ SUBDIRS += src tests
+ CONFIG += ordered
+
+ check.target = check
+-check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface )
++check.commands = ( cd tests/ut_interface && ./ut_interface )
+ check.depends = sub-tests
+ QMAKE_EXTRA_TARGETS += check
+diff --git a/tests/tests.pro b/tests/tests.pro
+index d582750..e010bb0 100644
+--- a/tests/tests.pro
++++ b/tests/tests.pro
+@@ -1,2 +1,2 @@
+ TEMPLATE = subdirs
+-SUBDIRS += ut_interface ft_interface
++SUBDIRS += ut_interface