diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/minisat.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/minisat.rb b/Library/Formula/minisat.rb index 3cb746e60..3713ece31 100644 --- a/Library/Formula/minisat.rb +++ b/Library/Formula/minisat.rb @@ -7,9 +7,7 @@ class Minisat < Formula # Fixes compilation on mac; in next upstream release. See: # http://groups.google.com/group/minisat/browse_thread/thread/f5b6a180cadbb214 - def patches - DATA - end + patch :DATA def install ENV['MROOT'] = Dir.pwd |
