openbsd-ports/devel/boost/patches/patch-libs_context_build_Jamfile_v2
rsadowski bb477f5b45 Update boost from 1.66.0 to 1.67.0 (Not to the latest)
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
2020-08-15 20:30:40 +00:00

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