You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-misc/boinc/files/boinc-7.16-fix_webview.patch

12 lines
381 B

--- a/configure.ac 2020-11-08 00:31:06.304751639 +0100
+++ b/configure.ac 2020-11-08 00:32:03.848754956 +0100
@@ -1238,7 +1238,7 @@
CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
fi
-CLIENTGUILIBS="${WX_LIBS}"
+CLIENTGUILIBS="${WX_LIBS} $($WX_CONFIG_WITH_ARGS --libs webview)"
if test "${enable_client_release}" = "yes" ; then
if test "x${WX_LIBS_STATIC}" = "x" ; then