summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2023-12-24 20:16:50 +0900
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2023-12-24 20:18:43 +0900
commit375ae40f4dff2904b15d9a55fb3241f683dede7c (patch)
treea0ec41061d21267a7e5bf6ab5663e2d24cfeb89a /x11/mlterm
parentx11-wm/dwm: Update code for XF86Audio in DWM (diff)
x11/mlterm: Fix build error with lld17
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile2
1 files changed, 1 insertions, 1 deletions
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