summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-28 15:26:47 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-28 16:43:13 +0200
commit7f1d96cd60f9d6890fed200ce82d88f32007f39a (patch)
treef7269ecba7852debada6f39d2565d405e517e8f1 /freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h
parentb0218c5e3ba43b95b7108c098ed6d27ac2f4a3c4 (diff)
downloadtde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.tar.gz
tde-packaging-7f1d96cd60f9d6890fed200ce82d88f32007f39a.zip
FreeBSD: Update for final R14.1.2.
Forced C++14 for cases where distribution ports are not ready for C++17. Add ports for several applications. Switch several ports to CMake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h')
-rw-r--r--freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h b/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h
index 0dd7973ba..f2b212abd 100644
--- a/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h
+++ b/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h
@@ -1,4 +1,4 @@
---- tqt/secqstring.h.orig 2017-12-03 16:33:12 UTC
+--- tqt/secqstring.h.orig
+++ tqt/secqstring.h
@@ -87,7 +87,7 @@ class SecTQCharRef;
template <class T> class TQDeepCopy;
@@ -18,6 +18,15 @@
{
public:
SecTQString(); // make null string
+@@ -125,7 +125,7 @@
+
+ SecTQString &operator=( const SecTQString & ); // impl-shared copy
+
+- QT_STATIC_CONST SecTQString null;
++ static const SecTQString null;
+
+ bool isNull() const;
+ bool isEmpty() const;
@@ -191,7 +191,7 @@ class Q_EXPORT SecTQString (private)
friend class TQDeepCopy<SecTQString>;
};