From e602d45907b94bc854eaf320824564b6f5c5f447 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 26 Apr 2021 19:22:55 +0000 Subject: supercollider: respin the patch to fix linking libscsynth It is unfortunately still needed. --- .../patches/supercollder_link_libscsynth.patch | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'supercollider') diff --git a/supercollider/build/patches/supercollder_link_libscsynth.patch b/supercollider/build/patches/supercollder_link_libscsynth.patch index 600afbce..d07ae870 100644 --- a/supercollider/build/patches/supercollder_link_libscsynth.patch +++ b/supercollider/build/patches/supercollder_link_libscsynth.patch @@ -1,25 +1,3 @@ -From 993b6bc06aa4b9c6eaf47cfdd9363a28b1494b2c Mon Sep 17 00:00:00 2001 -From: brianlheim -Date: Sat, 13 Jun 2020 13:23:22 -0500 -Subject: [PATCH 1/2] cmake: compile boost::filesystem with PIC - ---- - external_libraries/CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/external_libraries/CMakeLists.txt b/external_libraries/CMakeLists.txt -index 39330ff85c..5017abd891 100644 ---- a/external_libraries/CMakeLists.txt -+++ b/external_libraries/CMakeLists.txt -@@ -58,6 +58,7 @@ if(NOT SYSTEM_BOOST) # we compile boost ourselves - - - if(CMAKE_SYSTEM_NAME MATCHES "Linux") -+ target_compile_options(boost_filesystem_lib PRIVATE -fPIC) - target_compile_options(boost_thread_lib PRIVATE -fPIC) - target_link_libraries(boost_thread_lib rt) - endif() - From bdd624b40b9eacd6efcdccccc72879d044686b56 Mon Sep 17 00:00:00 2001 From: brianlheim Date: Sat, 13 Jun 2020 13:35:32 -0500 -- cgit v1.2.3