From c2d5251cc85bf438fd0989eaf80c81f88096ad1d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 22 Nov 2017 18:46:28 +0000 Subject: community/tomahawk: fix building --- community/tomahawk/qtkeychain.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/tomahawk/qtkeychain.patch (limited to 'community/tomahawk/qtkeychain.patch') diff --git a/community/tomahawk/qtkeychain.patch b/community/tomahawk/qtkeychain.patch new file mode 100644 index 0000000000..bb9666af39 --- /dev/null +++ b/community/tomahawk/qtkeychain.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3180626..102b8c8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -324,7 +324,7 @@ if( TOMAHAWK_QT5 ) + else() + macro_optional_find_package(QtKeychain 0.1.0) + endif() +-macro_log_feature(QTKEYCHAIN_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "") ++macro_log_feature(QtKeychain_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "") + endif() + + if( UNIX AND NOT APPLE ) -- cgit v1.2.3