lcdf-typetools: bugfix patch for Xcode 5 / 10.9
Closes Homebrew/homebrew#23740. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
354ada2571
commit
afd4c5ab19
1 changed files with 5 additions and 0 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue