Created
December 10, 2013 22:13
-
-
Save dbtlr/7901240 to your computer and use it in GitHub Desktop.
Fixes freetype installation, as related to the installation of PHP 5.4 on OS X Mavericks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew rm freetype | |
brew install https://raw.github.com/mxcl/homebrew/0e450f2c2be7450934a3fdcc6537e3fa90c118aa/Library/Formula/freetype.rb | |
brew unlink freetype | |
brew install freetype # So dependency does not fail | |
brew switch freetype 2.4.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment