Date: Wed, 22 Oct 2025 00:04:35 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: 3acec4128774 - main - games/domino-chain: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04Z0V044861@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=3acec412877491a9316853f371d8dcde7cf40cc3 commit 3acec412877491a9316853f371d8dcde7cf40cc3 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:45:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:21 +0000 games/domino-chain: fix build with Boost-1.89 (+) Reported by: fallout --- games/domino-chain/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/domino-chain/Makefile b/games/domino-chain/Makefile index adbed5c70c4e..b444aa65080f 100644 --- a/games/domino-chain/Makefile +++ b/games/domino-chain/Makefile @@ -36,6 +36,7 @@ OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e '/fontpaths.*=/,/^}/ s|".*fonts.*"|"${FREESANS_DIR}"|' \ ${WRKSRC}/src/domino-chain/screen.cpp + @${REINPLACE_CMD} -e '/boost_system/d' ${WRKSRC}/Makefile post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04Z0V044861>
