aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 12:13:29 -0500
committerJack Nagel2014-03-18 12:13:29 -0500
commit7b8d163e84c2c97928403dadf930832ae4cec783 (patch)
tree9d0c59a39e2e185c478929d7e2cbd4929e8bf763 /Library
parent12adc971cce92174a805982761216cffe1bd1096 (diff)
downloadhomebrew-7b8d163e84c2c97928403dadf930832ae4cec783.tar.bz2
capstone: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/capstone.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/capstone.rb b/Library/Formula/capstone.rb
index 607858416..e3a5e998c 100644
--- a/Library/Formula/capstone.rb
+++ b/Library/Formula/capstone.rb
@@ -12,11 +12,9 @@ class Capstone < Formula
sha1 "691452cdf102cc24fb885c487f97f69cbb0b2771" => :lion
end
- def patches
- # Fix Makefile. Upstream fix is at :
- # https://github.com/aquynh/capstone/commit/22b867e
- DATA
- end
+ # Fix Makefile. Upstream fix is at:
+ # https://github.com/aquynh/capstone/commit/22b867e
+ patch :DATA
def install
# Fixed upstream in next version: