瀏覽代碼

adds Freetype patches to address build issue on OS X

Chris Simpkins 7 年之前
父節點
當前提交
fc7c75c56a
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      tools/scripts/install/ttfautohint-build.sh

+ 4 - 1
tools/scripts/install/ttfautohint-build.sh

@@ -23,7 +23,10 @@ TTFAUTOHINT_VERSION="1.6"
 
 # Necessary patches (lists of at most 10 URLs each separated by whitespace,
 # to be applied in order).
-FREETYPE_PATCHES=""
+FREETYPE_PATCHES="\
+  http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c9a9cf59 \
+  http://git.savannah.gnu.org/cgit/freetype/freetype2.git/patch/?id=c8829e4b \
+"
 HARFBUZZ_PATCHES=""
 TTFAUTOHINT_PATCHES=""