summary refs log tree commit diff
path: root/pkgs/development/tools/boost-build/darwin-default-toolset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/boost-build/darwin-default-toolset.patch')
-rw-r--r--pkgs/development/tools/boost-build/darwin-default-toolset.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/tools/boost-build/darwin-default-toolset.patch b/pkgs/development/tools/boost-build/darwin-default-toolset.patch
new file mode 100644
index 00000000000..ebe3f8d2e1e
--- /dev/null
+++ b/pkgs/development/tools/boost-build/darwin-default-toolset.patch
@@ -0,0 +1,12 @@
+diff --git a/src/build-system.jam b/src/build-system.jam
+index 60425c54..c6842217 100644
+--- a/src/build-system.jam
++++ b/src/build-system.jam
+@@ -644,7 +644,7 @@ local rule should-clean-project ( project )
+             }
+             else if [ os.name ] = MACOSX
+             {
+-                default-toolset = darwin ;
++                default-toolset = clang-darwin ;
+             }
+         }