Skip to content

Instantly share code, notes, and snippets.

@dbtlr
Created December 10, 2013 22:13
Show Gist options
  • Save dbtlr/7901240 to your computer and use it in GitHub Desktop.
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.
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