media-gfx/digikam: Fix build w/ Qt-5.7.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Nov 2017 18:38:48 +0000 (19:38 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 30 Nov 2017 22:12:39 +0000 (23:12 +0100)
Bug: https://bugs.gentoo.org/639300
Package-Manager: Portage-2.3.16, Repoman-2.3.6

media-gfx/digikam/files/digikam-5.7.0-qt-5.9.3.patch

index e2abe9be39cb4a33677d1667eabd8e3542ba2f3f..7001850cd9c40b969280372679ba7664c952d302 100644 (file)
@@ -3,6 +3,7 @@ From: Maik Qualmann <metzpinguin@gmail.com>
 Date: Tue, 28 Nov 2017 21:29:00 +0100
 Subject: try to fix the Qt-5.9.3 empty album problem CCBUGS: 387373
 
+* asturm: Fix build w/ Qt-5.7
 ---
  libs/database/coredb/coredburl.cpp | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)
@@ -19,7 +20,7 @@ index 2c0d0eb..b1bdf71 100644
      url.setScheme(QLatin1String("digikamalbums"));
 -    url.setPath(QLatin1Char('/') + album + QLatin1Char('/') + name);
 +
-+    if (path != QLatin1Char('/'))
++    if (path != QLatin1String("/"))
 +        path += QLatin1Char('/');
 +
 +    url.setPath(path + name);