[Lunar-commits] <moonbase-other> firefox: Switching to %FLASH and changing default to no for use PGO.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Oct 18 13:26:51 CEST 2014
commit b1a11120edbf43b71e40b9ec9ec7c4b93c85e6e9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 18 Oct 2014 07:25:11 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/b1a11120edbf43b71e40b9ec9ec7c4b93c85e6e9
firefox: Switching to %FLASH and changing default to no for use PGO.
---
web/firefox/CONFIGURE | +1/-1
web/firefox/DEPENDS | +1/-1
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/web/firefox/CONFIGURE
+++ b/web/firefox/CONFIGURE
@@ -1,2 +1,2 @@
-mquery PGO "Build with Profile Guided Optimization? (Requires firefox to be compiled within a running instance of X)" y "" "--disable-tests"
+mquery PGO "Build with Profile Guided Optimization? (Requires firefox to be compiled within a running instance of X)" n "" "--disable-tests"
mquery SAFE "Enable safe browsing (anti-phishing)?" y "--enable-safe-browsing" "--disable-safe-browsing"
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -10,7 +10,7 @@ depends libvpx
optional_depends cairo "--enable-system-cairo" "--disable-system-cairo" "Build with system cairo ${PROBLEM_COLOR}(unstable)"
optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build"
-optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
+optional_depends "%FLASH" "" "" "To enable Flash plugin"
optional_depends "freetype2" "--enable-tree-freetype" "--disable-tree-freetype" "For freetype font support"
optional_depends "hunspell" "--enable-system-hunspell" "--disable-system-hunspell" "For spelling support"
optional_depends "libevent" "--with-system-libevent" "--without-system-libevent" "For system library event detection"
More information about the Lunar-commits
mailing list