aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/afflib.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb
index bfb94dfa0..cb6377253 100644
--- a/Library/Formula/afflib.rb
+++ b/Library/Formula/afflib.rb
@@ -11,11 +11,9 @@ class Afflib < Formula
depends_on 'expat' => :optional
depends_on 'osxfuse' => :optional
- def patches
- # This patch fixes a bug reported upstream over there
- # https://github.com/simsong/AFFLIBv3/issues/4
- DATA
- end
+ # This patch fixes a bug reported upstream over there
+ # https://github.com/simsong/AFFLIBv3/issues/4
+ patch :DATA
def install
system "sh bootstrap.sh"