summaryrefslogtreecommitdiffstats
path: root/supercollider
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-04-26 19:22:55 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-26 19:22:55 +0000
commite602d45907b94bc854eaf320824564b6f5c5f447 (patch)
treee295db079f8e5f5361a223ba0896dbae064c74ac /supercollider
parentfdfcfe7b4383f9732475bb8f8a8f70f996304f47 (diff)
downloadasb-e602d45907b94bc854eaf320824564b6f5c5f447.tar.gz
asb-e602d45907b94bc854eaf320824564b6f5c5f447.tar.xz
supercollider: respin the patch to fix linking libscsynth
It is unfortunately still needed.
Diffstat (limited to 'supercollider')
-rw-r--r--supercollider/build/patches/supercollder_link_libscsynth.patch22
1 files changed, 0 insertions, 22 deletions
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 <self@brianlheim.com>
-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 <self@brianlheim.com>
Date: Sat, 13 Jun 2020 13:35:32 -0500