aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spotify-qt/disable-crash-handler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/spotify-qt/disable-crash-handler.patch')
-rw-r--r--testing/spotify-qt/disable-crash-handler.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/spotify-qt/disable-crash-handler.patch b/testing/spotify-qt/disable-crash-handler.patch
deleted file mode 100644
index f2fdcd01035..00000000000
--- a/testing/spotify-qt/disable-crash-handler.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Fix build on musl.
-
-Patch-Source: https://github.com/void-linux/void-packages/blob/master/srcpkgs/spotify-qt/patches/disable-crash-handler.patch
-
---- a/lib/CMakeLists.txt
-+++ b/lib/CMakeLists.txt
-@@ -26,11 +26,6 @@
- # Version macros
- target_compile_definitions(spotify-qt-lib PUBLIC LIB_VERSION="v${PROJECT_VERSION}")
-
--# Check if using GCC for crash handler support
--if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
-- target_compile_definitions(spotify-qt-lib PRIVATE IS_GNU_CXX)
--endif ()
--
- # Link optional libraries
- if (LIB_QT_LIBRARIES)
- target_link_libraries(spotify-qt-lib PRIVATE ${LIB_QT_LIBRARIES})