diff options
| author | Jack Nagel | 2013-05-22 10:10:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-22 10:14:36 -0500 |
| commit | 8848b607d53fdc6663a05f3d6c319e53de9cdb35 (patch) | |
| tree | 2ec3731c102ff295f6ebc245a655b2b75fd9b07d /Library/Formula | |
| parent | cccba0ee00479c157bf1934c4857b7da20df7134 (diff) | |
| download | homebrew-8848b607d53fdc6663a05f3d6c319e53de9cdb35.tar.bz2 | |
fontconfig 2.10.93
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fontconfig.rb | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb index ca4c03f50..9896e72c9 100644 --- a/Library/Formula/fontconfig.rb +++ b/Library/Formula/fontconfig.rb @@ -2,8 +2,8 @@ require 'formula' class Fontconfig < Formula homepage 'http://fontconfig.org/' - url 'http://fontconfig.org/release/fontconfig-2.10.92.tar.bz2' - sha1 '5897402b2d05b7dca2843106b6a0e86c39ad0a4c' + url 'http://fontconfig.org/release/fontconfig-2.10.93.tar.bz2' + sha1 '78a87be2a59b0c803bfd69cdafc85cbc31381d3a' keg_only :provided_pre_mountain_lion @@ -12,20 +12,10 @@ class Fontconfig < Formula depends_on :freetype depends_on 'pkg-config' => :build - def patches - [ - # Patch adapted from Macports patch for 2.9.0 defines sizeof based on __LP64__ - # Fixes universal builds but seems groovy enough to apply in all cases. - # https://trac.macports.org/browser/trunk/dports/graphics/fontconfig/files/patch-check-arch-at-runtime.diff - DATA, - - # Patch copied over from Fedora to correct a bug with in memory fonts - # that breaks Firefox, libass and a lot of other sofware - # See https://github.com/mxcl/homebrew/issues/19312 for details. - # NOTE: This will probably be fixed in next fontconfig. - 'http://pkgs.fedoraproject.org/cgit/fontconfig.git/plain/fontconfig-fix-woff.patch?id=e669d0170be4492cd966114122ad5281ec2276de' - ] - end + # Patch adapted from Macports patch for 2.9.0 defines sizeof based on __LP64__ + # Fixes universal builds but seems groovy enough to apply in all cases. + # https://trac.macports.org/browser/trunk/dports/graphics/fontconfig/files/patch-check-arch-at-runtime.diff + def patches; DATA; end def install ENV.universal_binary if build.universal? |
