Skip to content

Commit

Permalink
devel/boost-libs: Boost.JSON library is also need to be patched for @…
Browse files Browse the repository at this point in the history
…progbist on 32-bit ARM (+)

See boostorg/json@57d42f0 for details

PR:	284880
Sponsored by:	Future Crew, LLC

(cherry picked from commit a7c991a)
  • Loading branch information
fluffykhv authored and loos-br committed Feb 21, 2025
1 parent 8bc7ad0 commit 76fa097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/boost-libs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ PLIST_SUB+= SFE="@comment "
pre-configure:
${REINPLACE_CMD} -e 's,@progbits,%progbits,' \
${WRKSRC}/boost/interprocess/interprocess_printers.hpp \
${WRKSRC}/boost/json/detail/gdb_printers.hpp \
${WRKSRC}/boost/outcome/experimental/status-code/status_code.hpp \
${WRKSRC}/boost/outcome/outcome_gdb.h \
${WRKSRC}/boost/unordered/unordered_printers.hpp
${WRKSRC}/boost/unordered/unordered_printers.hpp \
${WRKSRC}/libs/json/pretty_printers/generate-gdb-header.py
.endif

do-install:
Expand Down

0 comments on commit 76fa097

Please sign in to comment.