diff options
-rw-r--r-- | mail-client/thunderbird/metadata.xml | 4 | ||||
-rw-r--r-- | www-client/firefox/metadata.xml | 4 | ||||
-rw-r--r-- | www-client/seamonkey/metadata.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/thunderbird/metadata.xml b/mail-client/thunderbird/metadata.xml index 2722c3bdacb1..f7572e4ec64e 100644 --- a/mail-client/thunderbird/metadata.xml +++ b/mail-client/thunderbird/metadata.xml @@ -12,8 +12,8 @@ <flag name="mozdom">Enable Mozilla's DOM inspector</flag> <flag name="lightning">Enable app-global calendar support (note 38.0 and above bundles calendar support when this flag is off)</flag> - <flag name="custom-optimization">Fine-tune custom compiler optimizations - (-Os, -O0, -O1, -O2, -O3)</flag> + <flag name="custom-optimization">Build with user-specified compiler optimizations + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag> <flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag> <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> <flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index fbdfd67c50ef..aee28e8d8496 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -8,8 +8,8 @@ <use> <flag name="bindist">Disable official Firefox branding (icons, name) which are not binary-redistributable according to upstream.</flag> - <flag name="custom-optimization">Fine-tune custom compiler - optimizations (-Os, -O0, -O1, -O2, -O3)</flag> + <flag name="custom-optimization">Build with user-specified compiler optimizations + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag> <flag name="gtk2">Use the cairo-gtk2 rendering engine</flag> <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag> diff --git a/www-client/seamonkey/metadata.xml b/www-client/seamonkey/metadata.xml index b3e20380f52d..fc413659fadd 100644 --- a/www-client/seamonkey/metadata.xml +++ b/www-client/seamonkey/metadata.xml @@ -11,8 +11,8 @@ </maintainer> <use> <flag name="chatzilla">Build Mozilla's IRC client (default on)</flag> - <flag name="custom-optimization">Fine-tune custom compiler - optimizations (-Os, -O0, -O1, -O2, -O3)</flag> + <flag name="custom-optimization">Build with user-specified compiler optimizations + (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag> <flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically downloaded and kept up-to-date in user profiles</flag> <flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> |