From f2a816fbf2acd88bcc987401bc2e4f0e4889c1e1 Mon Sep 17 00:00:00 2001 From: Jan Hermann Date: Tue, 29 Oct 2013 17:42:31 +0100 Subject: lcdf-typetools: bugfix patch for Xcode 5 / 10.9 Closes #23740. Signed-off-by: Adam Vandenberg --- Library/Formula/lcdf-typetools.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/lcdf-typetools.rb b/Library/Formula/lcdf-typetools.rb index 1bc214ab3..922c315dc 100644 --- a/Library/Formula/lcdf-typetools.rb +++ b/Library/Formula/lcdf-typetools.rb @@ -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}", -- cgit v1.2.3