aboutsummarylogtreecommitdiffstats
path: root/0006-Prevent-debug-library-names-in-pkg-config-files.patch
diff options
context:
space:
mode:
authorMartchus2021-04-14 11:37:02 +0200
committerMartchus2021-04-14 11:37:02 +0200
commitd813c625b99efacfb3c93c5359ff247238b0adae (patch)
treef96ed8f07b8cfd999f5a702ab67dbdf088c8dcb5 /0006-Prevent-debug-library-names-in-pkg-config-files.patch
parentb50768911b01d8a81790ee2fa0dda1fcc4c33267 (diff)
downloadaur-d813c625b99efacfb3c93c5359ff247238b0adae.tar.gz
Update to use KDE fork patches
Diffstat (limited to '0006-Prevent-debug-library-names-in-pkg-config-files.patch')
-rw-r--r--0006-Prevent-debug-library-names-in-pkg-config-files.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0006-Prevent-debug-library-names-in-pkg-config-files.patch b/0006-Prevent-debug-library-names-in-pkg-config-files.patch
index 0bc5e996f8e1..3a1ca90960d8 100644
--- a/0006-Prevent-debug-library-names-in-pkg-config-files.patch
+++ b/0006-Prevent-debug-library-names-in-pkg-config-files.patch
@@ -1,4 +1,4 @@
-From 3d816219968cfcaacfd30b6011263c8bb4d975c0 Mon Sep 17 00:00:00 2001
+From d77ce81ca24a85f10a0fb20a902f051c10662ea2 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 14:01:14 +0200
Subject: [PATCH 06/31] Prevent debug library names in pkg-config files
@@ -15,10 +15,10 @@ files for the debug build an unique file name.
1 file changed, 3 insertions(+)
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
-index e94084381c..8e4d11484f 100644
+index f1e8966123..f45b6c9fd5 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
-@@ -3225,6 +3225,9 @@ MakefileGenerator::pkgConfigFileName(bool fixify, bool onlyPrependDestdir)
+@@ -3232,6 +3232,9 @@ MakefileGenerator::pkgConfigFileName(bool fixify, bool onlyPrependDestdir)
if (dot != -1)
ret = ret.left(dot);
}
@@ -29,5 +29,5 @@ index e94084381c..8e4d11484f 100644
QString subdir = project->first("QMAKE_PKGCONFIG_DESTDIR").toQString();
if(!subdir.isEmpty()) {
--
-2.29.2
+2.31.1