diff options
| author | Kousuke Kannagi <mce@FreeBSD.org> | 2026-08-04 18:11:08 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-08-04 19:37:48 +0000 |
| commit | 02918442786a604546c21797a3862fbd7e9891e9 (patch) | |
| tree | 6f66266191e90f37bb7544a8581db1d4ad34feec | |
| parent | 902f3a4296a215fe01866a4bf520c375682e097e (diff) | |
biology/iolib: Fix building with libtool 2.6
PR: 296964
Approved by: portmgr (fixit blanket)
| -rw-r--r-- | biology/iolib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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> |
