aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/disable-hunspell_hooks.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-06 13:41:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-09-06 14:03:58 +0000
commitf949f75e040c75ff59ecb2c0335152fe8ac6a4be (patch)
treec1fd4ddcf8285ef288f3b2df0c43df4811be3899 /testing/firefox/disable-hunspell_hooks.patch
parent9d5e8fb6cf32aca41ad342104dd0a83f59a407c7 (diff)
downloadaports-f949f75e040c75ff59ecb2c0335152fe8ac6a4be.tar.bz2
aports-f949f75e040c75ff59ecb2c0335152fe8ac6a4be.tar.xz
testing/firefox: upgrade to 48.0.2
Diffstat (limited to 'testing/firefox/disable-hunspell_hooks.patch')
-rw-r--r--testing/firefox/disable-hunspell_hooks.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/firefox/disable-hunspell_hooks.patch b/testing/firefox/disable-hunspell_hooks.patch
new file mode 100644
index 0000000000..1eaa4d0351
--- /dev/null
+++ b/testing/firefox/disable-hunspell_hooks.patch
@@ -0,0 +1,11 @@
+--- a/mozilla-config.h.in 2016-07-06 15:16:06.621880293 +0200
++++ b/mozilla-config.h.in 2016-07-06 15:16:42.958428126 +0200
+@@ -54,7 +54,7 @@
+ * HUNSPELL_STATIC is defined in extensions/spellcheck/hunspell/src/Makefile.in,
+ * unless --enable-system-hunspell is defined.
+ */
+-#if defined(HUNSPELL_STATIC)
++#if 0
+ #include "hunspell_alloc_hooks.h"
+ #include "hunspell_fopen_hooks.h"
+ #endif