aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-17 22:44:49 -0500
committerJack Nagel2014-03-17 22:47:06 -0500
commite5e3166465261d7edae69a287a6e86c925ff07d2 (patch)
tree8310969ef16cc3f921f2ed6889451a34588f883b
parent2f412143963e09944d27f27b56549e2c09bd2bed (diff)
downloadhomebrew-e5e3166465261d7edae69a287a6e86c925ff07d2.tar.bz2
aspell: use patch DSL
-rw-r--r--Library/Formula/aspell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index 63888ad24..30a91a3ca 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -568,7 +568,7 @@ class Aspell < Formula
end
# const problems with llvm: http://www.freebsd.org/cgi/query-pr.cgi?pr=180565&cat=
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}"