From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch | 20 ++++++++++++++++++++ .../qoauth/files/qoauth-2.0.1_pre20160315-prf.patch | 15 +++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch create mode 100644 dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch (limited to 'dev-libs/qoauth/files') 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 000000000000..1fd6fd0fc8c9 --- /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 diff --git a/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch b/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch new file mode 100644 index 000000000000..c3457b0dba41 --- /dev/null +++ b/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch @@ -0,0 +1,15 @@ +Point to where the headers are really installed. + +--- a/oauth.prf ++++ b/oauth.prf +@@ -1,9 +1,6 @@ +-QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS] ++QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS]/.. + QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS] + +-QOAUTH_INCDIR ~= s!/qt4*!! +-QOAUTH_LIBDIR ~= s!/qt4*!! +- + CONFIG *= qt + CONFIG += crypto + -- cgit v1.2.3