freetype: fix pcf fonts by upstream patches

The problem was uncovered by the last security patches.
Firefox seems to build and work fine.

Includes reverting 374a9cc162, as this is a proper fix.
This commit is contained in:
Vladimír Čunát
2014-12-17 22:12:41 +01:00
parent 319b981f22
commit 3938dc3c21
3 changed files with 134 additions and 1 deletions
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = false;
doCheck = true;
# Don't try to write to /var/cache/fontconfig at install time.
installFlags = "fc_cachedir=$(TMPDIR)/dummy RUN_FC_CACHE_TEST=false";