aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJan Hermann2013-10-29 17:42:31 +0100
committerAdam Vandenberg2013-10-30 07:46:31 -0700
commitf2a816fbf2acd88bcc987401bc2e4f0e4889c1e1 (patch)
tree1273fb698a84d97b85619d23d1b55baa869e85a5 /Library/Formula
parent3300e30504579aa8076e3c85c63767d9f01ecc76 (diff)
downloadhomebrew-f2a816fbf2acd88bcc987401bc2e4f0e4889c1e1.tar.bz2
lcdf-typetools: bugfix patch for Xcode 5 / 10.9
Closes #23740. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lcdf-typetools.rb5
1 files changed, 5 insertions, 0 deletions
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}",