index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-01 17:04:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-05-01 17:04:26 +0200 |
commit | 812c04f59e7ff8b6d8fef45b58a2d3d1853b5329 (patch) | |
tree | e1db6b6664ff8984cad27615edb7521d3cbe80c1 /extra/firefox | |
parent | f14bc42870577dcf2b2910cfd37dfaa514606457 (diff) |
-rw-r--r-- | extra/firefox/PKGBUILD | 6 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 7c04e322..238a82fd 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -224,8 +224,8 @@ eval "$( ' )" -# 214:49.30 /build/firefox/src/firefox-99.0.1/modules/fdlibm/src/math_private.h:34:21: error: conflicting d -# eclaration ‘typedef __double_t double_t’ +# 214:49.30 /build/firefox/src/firefox-99.0.1/modules/fdlibm/src/math_private.h:34:21: error: conflicting +# declaration ‘typedef __double_t double_t’ source+=('firefox-99.0.1-fdlibm-double.patch') sha256sums+=('62695e56daf8c0b8bb921980d475b3fd169b9134188ad9ffaeb9cd660589c23d') eval "$( @@ -236,7 +236,7 @@ eval "$( )" # disable stripping in mozconfig.<arch> (insists to use llvm-strip which runs -# out of memory on libxul.so. Now 2.5 GB can be strupped to 166 MB, so we do +# out of memory on libxul.so). Now 2.5 GB can be stripped to 166 MB, so we do # that with the normal 'strip' from binutils after 'mach install' eval "$( declare -f package | \ |