summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-07-19 14:57:26 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-07-19 14:57:26 +0100
commit8372cee45add46e3012b11d9a0d45feb30279757 (patch)
treebf0725b168e6b213a76736e480f525823a6c548c /www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
parent2a4f7d14e15c25f0c5b474b8ba2d3889800e77fc (diff)
import firefox 45.2.0 stable from gentoo, enable PGO build
Diffstat (limited to 'www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch')
-rw-r--r--www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch b/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
new file mode 100644
index 00000000..f7fb3b30
--- /dev/null
+++ b/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
@@ -0,0 +1,8 @@
+--- a/extensions/spellcheck/hunspell/glue/moz.build
++++ b/extensions/spellcheck/hunspell/glue/moz.build
+@@ -38,4 +38,4 @@ if CONFIG['GNU_CXX']:
+
+ # This variable is referenced in configure.in. Make sure to change that file
+ # too if you need to change this variable.
+-DEFINES['HUNSPELL_STATIC'] = True
++DEFINES['HUNSPELL_STATIC'] = not CONFIG['MOZ_NATIVE_HUNSPELL']