lcdf-typetools: bugfix patch for Xcode 5 / 10.9

Closes Homebrew/homebrew#23740.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jan Hermann 2013-10-29 17:42:31 +01:00 committed by Adam Vandenberg
parent 354ada2571
commit afd4c5ab19
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ class LcdfTypetools < Formula
conflicts_with 'open-mpi', :because => 'both install same set of binaries.'
def patches
# fixes https://github.com/kohler/lcdf-typetools/issues/3
"https://github.com/kohler/lcdf-typetools/commit/d263fdf688166d1eedffb776d4cc72815d561c52.patch"
end
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",