aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/kytea.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/kytea.rb b/Library/Formula/kytea.rb
index 320bc340a..87c44d58a 100644
--- a/Library/Formula/kytea.rb
+++ b/Library/Formula/kytea.rb
@@ -5,6 +5,12 @@ class Kytea < Formula
url 'http://www.phontron.com/kytea/download/kytea-0.4.6.tar.gz'
sha1 '2fb22c64a7babff26d95874877d83a9ef1f09617'
+ # Upstream patch to fix compilation on OS X
+ patch :p1 do
+ url "https://github.com/neubig/kytea/commit/782553f61bde4f3366f946c9a390500c028fa17f.diff"
+ sha1 "260d62738e53622873b1d467b44576860e5141fe"
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"