[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Nov 29 22:21:01 UTC 2017


 .travis.yml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7ab49de987b856312d7ad1d02639f7306aa0ad2f
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Nov 29 14:20:09 2017 -0800

    Try fixing Mac build with 10.12
    
    Related
    https://github.com/harfbuzz/harfbuzz/issues/345
    https://github.com/harfbuzz/harfbuzz/pull/629

diff --git a/.travis.yml b/.travis.yml
index f31daaf3..315e5ce4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ install:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user nose; fi
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user cpp-coveralls; fi # for coveralls.io code coverage tracking
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH=$HOME/.local/bin:$PATH; fi # Make sure we can find the above Python packages
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then export CXXFLAGS="$CXXFLAGS -Wno-deprecated-declarations"; fi; # https://github.com/harfbuzz/harfbuzz/issues/345
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi;
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew uninstall libtool && brew install libtool; fi # Workaround Travis/brew bug
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ragel freetype glib gobject-introspection cairo icu4c graphite2; fi


More information about the HarfBuzz mailing list