summaryrefslogtreecommitdiff
path: root/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
diff options
context:
space:
mode:
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, 0 insertions, 20 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
deleted file mode 100644
index 1fd6fd0fc8c..00000000000
--- a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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