Browse Source

firefox: fixed to not use system's libpng (see note)

Note:

Firefox needs a PNG library that comes with APNG (Animated Portable Network
Graphics) support, which is not included in our standard libpng.

The internal version Mozilla is using is a patched libpng which has APNG
support added, and the authors also provide patches for stock libpng, but
it seems that libpng's authors have no real interest in integrating it.

Patches and further info: http://littlesvr.ca/apng/
user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
6381e8b142
  1. 2
      www/firefox/firefox.conf

2
www/firefox/firefox.conf

@ -31,7 +31,7 @@ ac_add_options --enable-extensions=default,cookie,permissions,xml-rpc,xmlextras,
ac_add_options --enable-mathml
ac_add_options --enable-crypto
ac_add_options --enable-module=psm
ac_add_options --without-system-png
ac_add_options --disable-profilesharing
EOT

Loading…
Cancel
Save