From 2b85023aa82d6f7ffbbe065592ee416e9e8c54c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 23 Apr 2021 18:23:51 +0200 Subject: [PATCH] firefox: enable in i686 --- srcpkgs/firefox/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index fdc688c6089e..338a2bb5b9e8 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -46,10 +46,6 @@ if [ "$XBPS_WORDSIZE" = "32" ]; then nodebug=yes fi -if [ "$XBPS_TARGET_MACHINE" = i686 ]; then - broken="out of memory allocating 65536 bytes after a total of 1181696000 bytes" -fi - # we need this because cargo verifies checksums of all files in vendor # crates when it builds and gives us no way to override or update the # file sanely... so just clear out the file list