Date: Wed, 22 Oct 2025 00:04:39 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: 4a279fbe1cd6 - main - biology/haplohseq: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04d6t045007@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=4a279fbe1cd6f8624e0e2cc895153a1cef078464 commit 4a279fbe1cd6f8624e0e2cc895153a1cef078464 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:50:18 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:22 +0000 biology/haplohseq: fix build with Boost-1.89 (+) Reported by: fallout --- biology/haplohseq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/haplohseq/Makefile b/biology/haplohseq/Makefile index 1deae15cda2d..f96d49ee554f 100644 --- a/biology/haplohseq/Makefile +++ b/biology/haplohseq/Makefile @@ -28,6 +28,9 @@ MAKE_ENV= STRIP=${STRIP} SUB_FILES= haplohseq-example +post-patch: + @${REINPLACE_CMD} -e 's/-lboost_system //' ${WRKSRC}/makefile + pre-configure: @${REINPLACE_CMD} \ -e 's|/bin/bash|/bin/sh|' \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04d6t045007>
