aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:31 -0500
committerJack Nagel2014-03-18 14:52:51 -0500
commitda2c429f837a33f0a55e1c3de79323b7ea7d68e7 (patch)
tree6690dee1ca67d5de8fd5a3943d6758a334b816e9 /Library
parentfcc9ffd6e1da5d843a2f4c896c3ab8a7d6452382 (diff)
downloadhomebrew-da2c429f837a33f0a55e1c3de79323b7ea7d68e7.tar.bz2
cscope: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cscope.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cscope.rb b/Library/Formula/cscope.rb
index a25f8e656..5bed7752d 100644
--- a/Library/Formula/cscope.rb
+++ b/Library/Formula/cscope.rb
@@ -6,7 +6,7 @@ class Cscope < Formula
sha1 '00f76825791b895532778f720c509cd13b9d6846'
# Patch from http://bugs.gentoo.org/show_bug.cgi?ctype=html&id=111621
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}",