This update was requested by aja to update and unbreak productivity/gnucash. Changlog from upstream: https://www.boost.org/users/history/version_1_67_0.html
18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
$OpenBSD: patch-libs_context_build_Jamfile_v2,v 1.2 2020/08/15 20:30:40 rsadowski Exp $
|
|
|
|
ppc32_sysv_elf has 2 instances of "<toolset>clang".
|
|
The second "clang" should be "gcc".
|
|
|
|
Index: libs/context/build/Jamfile.v2
|
|
--- libs/context/build/Jamfile.v2.orig
|
|
+++ libs/context/build/Jamfile.v2
|
|
@@ -318,7 +318,7 @@ alias asm_sources
|
|
<address-model>32
|
|
<architecture>power
|
|
<binary-format>elf
|
|
- <toolset>clang
|
|
+ <toolset>gcc
|
|
;
|
|
|
|
alias asm_sources
|