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/fix_webview.patch

12 lines
413 B

--- a/configure.ac 2016-07-06 11:16:41.000000000 +0200
+++ b/configure.ac 2016-07-06 11:45:51.088155620 +0200
@@ -1250,7 +1250,7 @@
CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
fi
-CLIENTGUILIBS="${WX_LIBS} ${SQLITE3_LIBS}"
+CLIENTGUILIBS="${WX_LIBS} $($WX_CONFIG_WITH_ARGS --libs webview) ${SQLITE3_LIBS}"
if test "${enable_client_release}" = "yes" ; then
if test "x${WX_LIBS_STATIC}" = "x" ; then