diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-03-08 18:10:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-03-08 18:10:48 +0000 |
commit | 5c7f1a2ed4aa85b1de20e269cc959b0db906b612 (patch) | |
tree | e881bb2f9265834eee124e71f494c002853470bf /www/firefox/files/patch-bug847568 | |
parent | x11-toolkits/ocaml-lablgtk2: fix build without DOCS (diff) |
- Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]
- Bump version requirements for harfbuzz and libvorbis
PR: 198142 [1]
See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1]
Notes
Notes:
svn path=/head/; revision=380782
Diffstat (limited to 'www/firefox/files/patch-bug847568')
-rw-r--r-- | www/firefox/files/patch-bug847568 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-bug847568 b/www/firefox/files/patch-bug847568 index 2ffb2dbfb5e8..bc53bcd16c8d 100644 --- a/www/firefox/files/patch-bug847568 +++ b/www/firefox/files/patch-bug847568 @@ -46,7 +46,7 @@ index ac38f40..87536b7 100644 +MOZ_NATIVE_HARFBUZZ=) + +if test -n "$MOZ_NATIVE_HARFBUZZ"; then -+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.25) ++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) +fi + +AC_SUBST(MOZ_NATIVE_HARFBUZZ) |