Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2026 09:05:10 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3eff8d5f18f5 - main - filesystems/libfsext: fix build with NLS turned off
Message-ID:  <6a0ecac6.43af2.2e297bf8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3eff8d5f18f52305bafab0bddba8a5e286a64474

commit 3eff8d5f18f52305bafab0bddba8a5e286a64474
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-05-21 09:03:55 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-05-21 09:05:08 +0000

    filesystems/libfsext: fix build with NLS turned off
    
    PR:             295468
---
 filesystems/libfsext/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filesystems/libfsext/Makefile b/filesystems/libfsext/Makefile
index dec8d13abfe5..687d9b85dab1 100644
--- a/filesystems/libfsext/Makefile
+++ b/filesystems/libfsext/Makefile
@@ -18,7 +18,7 @@ GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-python --with-openssl=no
 CONFIGURE_ENV=	PYTHON_CONFIG=${PYTHON_CMD}-config
-USES=		fuse libtool pathfix pkgconfig python
+USES=		fuse libtool localbase pathfix pkgconfig python
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0ecac6.43af2.2e297bf8>