git: 1a4e556f186a - main - math/adol-c: fix build with Boost-1.89 (+)

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a4e556f186ac5e548cb72f4fe44de40619839ed

commit 1a4e556f186ac5e548cb72f4fe44de40619839ed
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-21 23:36:41 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-22 00:04:19 +0000

    math/adol-c: fix build with Boost-1.89 (+)
    
    Reported by:    fallout
---
 math/adol-c/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/adol-c/Makefile b/math/adol-c/Makefile
index 5efcca5c270a..cfc66a7ab12e 100644
--- a/math/adol-c/Makefile
+++ b/math/adol-c/Makefile
@@ -19,6 +19,7 @@ USES=		compiler:c++11-lang gmake libtool tar:tgz
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--with-boost-system=boost_thread
 CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
 
 INSTALL_TARGET=	install-strip