git: 02918442786a - main - biology/iolib: Fix building with libtool 2.6

Gleb Popov <[email protected]> Tue, 04 Aug 2026 19:38:28 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by arrowd:

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

commit 02918442786a604546c21797a3862fbd7e9891e9
Author:     Kousuke Kannagi <[email protected]>
AuthorDate: 2026-08-04 18:11:08 +0000
Commit:     Gleb Popov <[email protected]>
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>