Date: Wed, 22 Oct 2025 00:04:40 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15df0d803181 - main - net-p2p/litecoin: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04eRf045041@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=15df0d80318150c9ff7ea46c263370beccebd109 commit 15df0d80318150c9ff7ea46c263370beccebd109 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:51:14 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:22 +0000 net-p2p/litecoin: fix build with Boost-1.89 (+) Reported by: fallout --- net-p2p/litecoin/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 787eac81d441..3e09ae80536a 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -109,6 +109,9 @@ post-install: .endif +post-patch: + @${REINPLACE_CMD} -e '/AX_BOOST_SYSTEM/d' ${WRKSRC}/configure.ac + regression-test: build # To use this sucessfully, remove --without-daemon and --without-utils # from CONFIGURE_ARGS above.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04eRf045041>
