mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Fix build with boost 1.60
PR: 199601 Approved by: portmgr blanket
This commit is contained in:
parent
34d6a3c3e2
commit
2c8ba17171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408476
@ -22,5 +22,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e 's|BOOST_CHECKPOINT|BOOST_TEST_CHECKPOINT|' \
|
||||
${WRKSRC}/test/SchemaTests.cc
|
||||
@${REINPLACE_CMD} -e 's|BOOST_MESSAGE|BOOST_TEST_MESSAGE|' \
|
||||
${WRKSRC}/test/buffertest.cc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user