git: 4a279fbe1cd6 - main - biology/haplohseq: fix build with Boost-1.89 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Oct 2025 00:04:39 UTC
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|' \