git: 375ae40f4dff - main - x11/mlterm: Fix build error with lld17

From: MANTANI Nobutaka <nobutaka_at_FreeBSD.org>
Date: Sun, 24 Dec 2023 11:19:20 UTC
The branch main has been updated by nobutaka:

URL: https://cgit.FreeBSD.org/ports/commit/?id=375ae40f4dff2904b15d9a55fb3241f683dede7c

commit 375ae40f4dff2904b15d9a55fb3241f683dede7c
Author:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
AuthorDate: 2023-12-24 11:16:50 +0000
Commit:     MANTANI Nobutaka <nobutaka@FreeBSD.org>
CommitDate: 2023-12-24 11:18:43 +0000

    x11/mlterm: Fix build error with lld17
---
 x11/mlterm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 4cded77fb077..2f2d1345a4bd 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--with-gui=x11 --with-imagelib=gdk-pixbuf2 --enable-utmp \
 		--disable-ssh2
 EXTERNAL_TOOLS=	mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lintl
+LDFLAGS+=	-L${LOCALBASE}/lib -lintl -Wl,--undefined-version
 MAKE_JOBS_UNSAFE=	yes
 
 GH_ACCOUNT=	arakiken