summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2021-08-19 10:57:42 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2021-08-19 10:57:42 +0200
commit8180feae6e2600dcb97d177ddd1d37a6fc6ca7ae (patch)
tree4fce4ad68e2ee1789671f974c662028fd3f50276 /sci-misc/boinc/files/fix_webview.patch
parentsys-apps/acl: remove unused ebuild (diff)
downloadeva-8180feae6e2600dcb97d177ddd1d37a6fc6ca7ae.tar.gz
eva-8180feae6e2600dcb97d177ddd1d37a6fc6ca7ae.tar.bz2
eva-8180feae6e2600dcb97d177ddd1d37a6fc6ca7ae.zip
sci-misc/boinc: remove outdated ebuild
Gentoo tree contains a newer version again. Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'sci-misc/boinc/files/fix_webview.patch')
-rw-r--r--sci-misc/boinc/files/fix_webview.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-misc/boinc/files/fix_webview.patch b/sci-misc/boinc/files/fix_webview.patch
deleted file mode 100644
index 6c141eb..0000000
--- a/sci-misc/boinc/files/fix_webview.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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