devel/msp430-debug-stack: fix build with Boost-1.89 (+)

Reported by:	fallout
This commit is contained in:
Dima Panov
2025-10-22 02:52:49 +03:00
parent 2ff947fd73
commit bec5f77b86

View File

@@ -40,6 +40,7 @@ post-patch:
@${FIND} ${WRKSRC}/DLL430_v3/src/TI/DLL430 \
\( -name '*.cpp' -o -name '*.h' \) -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e 's|[io]fstream|std::&|; s|std::std::|std::|'
@${REINPLACE_CMD} -e 's/-lboost_system //' ${WRKSRC}/Makefile
do-install:
${INSTALL_LIB} ${WRKSRC}/libmsp430.so ${STAGEDIR}${PREFIX}/lib/libmsp430.so