From 92dd380339eac1492a43989776cd5ff861d0e078 Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Sun, 12 Apr 2020 17:35:17 +0200 Subject: media-radio/wsjtx: Fix build with QT_VERSION >= 5.14 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Beierlein --- media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch | 20 ++++++++++++++++++++ media-radio/wsjtx/wsjtx-2.1.2.ebuild | 5 +++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch diff --git a/media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch b/media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch new file mode 100644 index 000000000000..553a3bcb650f --- /dev/null +++ b/media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch @@ -0,0 +1,20 @@ +# build with newer qt-5.14 +# patch provided by nrdufour at the wsjtx mailing list +--- a/qt_helpers.hpp 2019-11-26 09:22:32.000000000 -0500 ++++ b/qt_helpers.hpp 2020-02-03 11:30:07.488214336 -0500 +@@ -83,6 +83,7 @@ + // std::hash<> specialization for QString based on the dbj2 + // algorithm because qHash() + // is poor on 64-bit platforms due to being a 32-bit hash value ++ #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) + template<> + struct hash + { +@@ -96,6 +97,7 @@ + return hash; + } + }; ++#endif + } + + // Register some useful Qt types with QMetaType diff --git a/media-radio/wsjtx/wsjtx-2.1.2.ebuild b/media-radio/wsjtx/wsjtx-2.1.2.ebuild index 15c7d5cf22d8..b1d82d5b375b 100644 --- a/media-radio/wsjtx/wsjtx-2.1.2.ebuild +++ b/media-radio/wsjtx/wsjtx-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,8 @@ S=${WORKDIR}/wsjtx PATCHES=( "${FILESDIR}/${PN}-2.0.1-hamlib.patch" "${FILESDIR}/${PN}-fix-unicode.patch" - "${FILESDIR}/${PN}-drop-docs.patch" ) + "${FILESDIR}/${PN}-drop-docs.patch" + "${FILESDIR}/${PN}-2.1.2-qt_helpers.patch" ) DOCS=( AUTHORS BUGS NEWS README THANKS ) -- cgit v1.2.3-18-g5258