summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-18 20:47:37 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-18 20:47:58 +0200
commit8b8f8faf4cbbb81807ed709186c5cf0573169a99 (patch)
tree1e6ef67598ea8f853344491b2547826d0af6b489 /www-client
parentmedia-gfx/pstoedit: Add missing slot operator on imagemagick (diff)
downloadgentoo-8b8f8faf4cbbb81807ed709186c5cf0573169a99.tar.gz
gentoo-8b8f8faf4cbbb81807ed709186c5cf0573169a99.tar.bz2
gentoo-8b8f8faf4cbbb81807ed709186c5cf0573169a99.zip
www-client/firefox: remove pre-built binaries
Suggested-by: Jory Pratt <anarchy@gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-75.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-75.0.ebuild b/www-client/firefox/firefox-75.0.ebuild
index 0468755a92ca..7da7f21dad0b 100644
--- a/www-client/firefox/firefox-75.0.ebuild
+++ b/www-client/firefox/firefox-75.0.ebuild
@@ -325,6 +325,9 @@ src_prepare() {
# Allow user to apply any additional patches without modifing ebuild
eapply_user
+ einfo "Removing pre-built binaries ..."
+ find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die
+
# Enable gnomebreakpad
if use debug ; then
sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \