summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2023-06-18 15:07:08 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2023-06-18 15:07:08 +0200
commit082fa64be4668b30868b50870164dff7a8c4cba1 (patch)
treeef500493c8166cf20f9166f3c35bf8f477fa05d1 /media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch
parentmedia-radio/unixcw: Move to media-libs/libpulse (diff)
downloadgentoo-082fa64be4668b30868b50870164dff7a8c4cba1.tar.gz
gentoo-082fa64be4668b30868b50870164dff7a8c4cba1.tar.bz2
gentoo-082fa64be4668b30868b50870164dff7a8c4cba1.zip
media-radio/wsjtx: drop 2.5.4
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch')
-rw-r--r--media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index 553a3bcb650f..000000000000
--- a/media-radio/wsjtx/files/wsjtx-2.1.2-qt_helpers.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 <http://www.cse.yorku.ca/~oz/hash.html> 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<QString>
- {
-@@ -96,6 +97,7 @@
- return hash;
- }
- };
-+#endif
- }
-
- // Register some useful Qt types with QMetaType