aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk30
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-11-09 19:24:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-11-09 19:31:58 +0000
commitff46b0fb8d1d41ebdec82818d6d12327edb5374b (patch)
tree0b818120d8074c61dfd554896e98966696c3c909 /x11-toolkits/wxgtk30
parentec6c6bf85b4bfa772eb28034eeab931282f035bc (diff)
downloadports-ff46b0fb8d1d41ebdec82818d6d12327edb5374b.tar.gz
ports-ff46b0fb8d1d41ebdec82818d6d12327edb5374b.zip
Diffstat (limited to 'x11-toolkits/wxgtk30')
-rw-r--r--x11-toolkits/wxgtk30/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile
index f75b0a1116c6..ebe1594f3670 100644
--- a/x11-toolkits/wxgtk30/Makefile
+++ b/x11-toolkits/wxgtk30/Makefile
@@ -102,6 +102,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