diff options
| author | Jack Nagel | 2014-03-17 22:44:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:07 -0500 |
| commit | bc62673edbe9fbe856a0e3b23533d4bafc0f6e33 (patch) | |
| tree | 7d5a12098c72267e8da2935af9fd1c55e5d3f798 /Library/Formula/beecrypt.rb | |
| parent | 164a05b8622c567b47f9d43355af16042cabd4c3 (diff) | |
| download | homebrew-bc62673edbe9fbe856a0e3b23533d4bafc0f6e33.tar.bz2 | |
beecrypt: use patch DSL
Diffstat (limited to 'Library/Formula/beecrypt.rb')
| -rw-r--r-- | Library/Formula/beecrypt.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/beecrypt.rb b/Library/Formula/beecrypt.rb index bcfef790b..facfe9400 100644 --- a/Library/Formula/beecrypt.rb +++ b/Library/Formula/beecrypt.rb @@ -7,10 +7,8 @@ class Beecrypt < Formula depends_on "icu4c" - def patches - # fix build with newer clang, gcc 4.7 (https://bugs.gentoo.org/show_bug.cgi?id=413951) - { :p0 => DATA } - end + # fix build with newer clang, gcc 4.7 (https://bugs.gentoo.org/show_bug.cgi?id=413951) + patch :p0, :DATA def darwin_major_version # kern.osrelease: 11.4.2 |
