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 /mail/thunderbird/files/patch-z-bug517422 | |
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 'mail/thunderbird/files/patch-z-bug517422')
-rw-r--r-- | mail/thunderbird/files/patch-z-bug517422 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/files/patch-z-bug517422 b/mail/thunderbird/files/patch-z-bug517422 index bc7f0c545bb8..aa2758e4e12d 100644 --- a/mail/thunderbird/files/patch-z-bug517422 +++ b/mail/thunderbird/files/patch-z-bug517422 @@ -157,7 +157,7 @@ index 87db361..7947626 100644 +MOZ_NATIVE_VORBIS=) + +if test -n "$MOZ_NATIVE_VORBIS"; then -+ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.4) ++ PKG_CHECK_MODULES(MOZ_VORBIS, vorbis vorbisenc >= 1.3.5) +fi + +AC_SUBST(MOZ_NATIVE_VORBIS) |