Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2025 00:04:31 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: 1a4e556f186a - main - math/adol-c: fix build with Boost-1.89 (+)
Message-ID:  <202510220004.59M04V6G044759@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=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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04V6G044759>