summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
blob: f7fb3b305b0b980b8b4b775f01214cbb574f84bd (plain)
1
2
3
4
5
6
7
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']