From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 22 Dec 2021 10:40:54 +0000 (+0100) Subject: Revert "Add patch to link juceaide against libatomic" X-Git-Tag: archive/raspbian/6.1.5_ds0-1+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a063a42ce18c9663b71c047b75bdee03abdea680;p=juce.git Revert "Add patch to link juceaide against libatomic" This reverts commit 08dba0c1282406ac3bfa1e633c0208bb1c576ab0. --- diff --git a/debian/patches/debian_juceaide_atomic.patch b/debian/patches/debian_juceaide_atomic.patch deleted file mode 100644 index 39849e8c..00000000 --- a/debian/patches/debian_juceaide_atomic.patch +++ /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) diff --git a/debian/patches/series b/debian/patches/series index 06e07c6c..15858140 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,4 +10,3 @@ cross.patch debian_buildcmake.patch overridable_pkg-config.patch debian_cmake.patch -debian_juceaide_atomic.patch