git: 3acec4128774 - main - games/domino-chain: fix build with Boost-1.89 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 22 Oct 2025 00:04:35 UTC
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}