diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-11-12 11:44:29 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-11-12 11:44:29 +0100 |
commit | 74b6864480b710d9ab399cb69d19f82d6a92e627 (patch) | |
tree | ed93b47af7de121bfe9a9ff887e85b39f9898cb9 /recipes/fontconfig.recipe | |
parent | d06263b63f6e33558b116660661dc7cfb1caa163 (diff) |
fontconfig: don't use _mktemp_s that's not available in XP
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r-- | recipes/fontconfig.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe index 4e7b93bc..fa451dd7 100644 --- a/recipes/fontconfig.recipe +++ b/recipes/fontconfig.recipe @@ -15,6 +15,7 @@ class Recipe(recipe.Recipe): 'fontconfig/0002-Port-to-Android.patch', 'fontconfig/0003-configure-Allow-static-build.patch', 'fontconfig/0001-Do-not-build-tests-on-windows.patch', + 'fontconfig/0001-Don-t-use-_mktemp_s-which-is-not-available-in-XP.patch', ] files_libs = ['libfontconfig'] |