Update patches.

This commit is contained in:
Patrick Franz 2022-07-15 19:30:47 +02:00
parent f4fac943f8
commit c36893d3a8
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56
2 changed files with 5 additions and 3 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ qt6-base (6.3.1+dfsg-1) UNRELEASED; urgency=medium
* Remove upstream_Explicitly-check-for-atomic-addition.patch and * Remove upstream_Explicitly-check-for-atomic-addition.patch and
upstream_Hardcode-atomic_LIB-as-latomic.patch as they have been upstream_Hardcode-atomic_LIB-as-latomic.patch as they have been
applied upstream. applied upstream.
* Update patches.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 15 Jul 2022 19:20:09 +0200 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 15 Jul 2022 19:20:09 +0200

View File

@ -47,7 +47,7 @@ index b06dec60d8..d267f560c1 100644
if(NOT QT_QMAKE_TARGET_MKSPEC) if(NOT QT_QMAKE_TARGET_MKSPEC)
diff --git a/cmake/QtPlatformSupport.cmake b/cmake/QtPlatformSupport.cmake diff --git a/cmake/QtPlatformSupport.cmake b/cmake/QtPlatformSupport.cmake
index f39bf0e780..a10e7226eb 100644 index c8462043c9..44db95d807 100644
--- a/cmake/QtPlatformSupport.cmake --- a/cmake/QtPlatformSupport.cmake
+++ b/cmake/QtPlatformSupport.cmake +++ b/cmake/QtPlatformSupport.cmake
@@ -18,6 +18,7 @@ qt_set01(FREEBSD CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") # FIXME: How to identify @@ -18,6 +18,7 @@ qt_set01(FREEBSD CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") # FIXME: How to identify
@ -56,7 +56,8 @@ index f39bf0e780..a10e7226eb 100644
qt_set01(SOLARIS CMAKE_SYSTEM_NAME STREQUAL "SunOS") qt_set01(SOLARIS CMAKE_SYSTEM_NAME STREQUAL "SunOS")
+qt_set01(HURD CMAKE_SYSTEM_NAME STREQUAL "GNU") +qt_set01(HURD CMAKE_SYSTEM_NAME STREQUAL "GNU")
qt_set01(BSD APPLE OR OPENBSD OR FREEBSD OR NETBSD) # This is the only reliable way we can determine the webOS platform as the yocto recipe adds this
# compile definition into its generated toolchain.cmake file
diff --git a/cmake/QtRpathHelpers.cmake b/cmake/QtRpathHelpers.cmake diff --git a/cmake/QtRpathHelpers.cmake b/cmake/QtRpathHelpers.cmake
index 6e3414b50f..cbe33a6b77 100644 index 6e3414b50f..cbe33a6b77 100644