aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk32/Makefile')
-rw-r--r--x11-toolkits/wxgtk32/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile
index 934fd79c649b..794704329f2a 100644
--- a/x11-toolkits/wxgtk32/Makefile
+++ b/x11-toolkits/wxgtk32/Makefile
@@ -108,6 +108,11 @@ CONFIGURE_ARGS+=--disable-tls
CONFIGURE_ARGS+=--disable-precomp-headers
.endif
+# wxWidgets uses the same linker version script for all its shared libraries, so
+# some symbols are expectedly undefined. Suppress errors with lld >= 17 due to
+# these undefined symbols.
+LDFLAGS+= -Wl,--undefined-version
+
post-build-NLS-on:
@${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale