git: 589faf05ffcb - main - devel/codeblocks: fix build with Boost-1.89 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 22 Oct 2025 00:04:32 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=589faf05ffcbc40ff98b6ba64c46b17dcd4ba996

commit 589faf05ffcbc40ff98b6ba64c46b17dcd4ba996
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 23:38:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-22 00:04:20 +0000

    devel/codeblocks: fix build with Boost-1.89 (+)
    
    Reported by:    fallout
---
 devel/codeblocks/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index 93ec7ede6e4f..810dfe87239b 100644
--- a/devel/codeblocks/Makefile
+++ b/devel/codeblocks/Makefile
@@ -48,4 +48,8 @@ CONFIGURE_ARGS+=	--with-contrib-plugins=all
 PLIST_SUB=	X86=""
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/boost_system/d'  -e '/AX_BOOST_SYSTEM/d' \
+		${WRKSRC}/configure.ac
+
 .include <bsd.port.post.mk>