Revert "Add patch to link juceaide against libatomic"
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 22 Dec 2021 10:40:54 +0000 (11:40 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 22 Dec 2021 10:40:54 +0000 (11:40 +0100)
This reverts commit 08dba0c1282406ac3bfa1e633c0208bb1c576ab0.

debian/patches/debian_juceaide_atomic.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/debian_juceaide_atomic.patch b/debian/patches/debian_juceaide_atomic.patch
deleted file mode 100644 (file)
index 39849e8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Link juceaide against libatomic
- build fixes on arm,mips,...
-Author: IOhannes m zmölnig
-Origin: Debian
-Forwarded: not-needed
-Last-Update: 2021-12-21
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: juce-6.1.3~ds0/extras/Build/juceaide/CMakeLists.txt
-===================================================================
---- juce-6.1.3~ds0.orig/extras/Build/juceaide/CMakeLists.txt
-+++ juce-6.1.3~ds0/extras/Build/juceaide/CMakeLists.txt
-@@ -32,12 +32,18 @@ if(JUCE_BUILD_HELPER_TOOLS)
-     target_sources(juceaide PRIVATE Main.cpp)
-+    find_library(atomic "atomic")
-+    if (atomic STREQUAL "atomic-NOTFOUND")
-+       SET(atomic "")
-+    endif()
-+
-     target_compile_definitions(juceaide PRIVATE
-         JUCE_DISABLE_JUCE_VERSION_PRINTING=1
-         JUCE_USE_CURL=0)
-     target_link_libraries(juceaide PRIVATE
-         juce::juce_build_tools
-+      ${atomic}
-         juce::juce_recommended_config_flags
-         juce::juce_recommended_lto_flags
-         juce::juce_recommended_warning_flags)
index 06e07c6ce112eb1ef4b452071f9798d82e255c83..15858140b18817488f8204cfbaed38368cdd0731 100644 (file)
@@ -10,4 +10,3 @@ cross.patch
 debian_buildcmake.patch
 overridable_pkg-config.patch
 debian_cmake.patch
-debian_juceaide_atomic.patch