Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 19:38:28 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Kousuke Kannagi <mce@FreeBSD.org>
Subject:   git: 02918442786a - main - biology/iolib: Fix building with libtool 2.6
Message-ID:  <6a723fb4.38fcb.164127d4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02918442786a604546c21797a3862fbd7e9891e9

commit 02918442786a604546c21797a3862fbd7e9891e9
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-08-04 18:11:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-08-04 19:37:48 +0000

    biology/iolib: Fix building with libtool 2.6
    
    PR:             296964
    Approved by:    portmgr (fixit blanket)
---
 biology/iolib/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile
index bb0889a362d5..37ef96698e30 100644
--- a/biology/iolib/Makefile
+++ b/biology/iolib/Makefile
@@ -22,4 +22,7 @@ INSTALL_TARGET=	install-strip
 
 CONFLICTS_INSTALL=	filters scramble # bin/scramble
 
+pre-configure:
+	cd ${WRKSRC}/htscodecs && ${AUTORECONF} -f -i
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a723fb4.38fcb.164127d4>