diff options
| author | Jack Nagel | 2014-03-19 12:07:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 12:07:50 -0500 |
| commit | 9b13da9324b66b02abdf7fdde26382436aac3dab (patch) | |
| tree | 3d29eb3409e16048119b25c09f05f0d9126e9ae9 /Library | |
| parent | 2382f0cbb63f1edc032fc4d56d3d6481858ec825 (diff) | |
| download | homebrew-9b13da9324b66b02abdf7fdde26382436aac3dab.tar.bz2 | |
gammu: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gammu.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/gammu.rb b/Library/Formula/gammu.rb index 8b1a3d62c..940a9a389 100644 --- a/Library/Formula/gammu.rb +++ b/Library/Formula/gammu.rb @@ -9,10 +9,8 @@ class Gammu < Formula depends_on 'glib' => :recommended depends_on 'gettext' => :optional - def patches - # Fixes issue https://github.com/gammu/gammu/issues/13 - DATA - end + # Fixes issue https://github.com/gammu/gammu/issues/13 + patch :DATA def install args = std_cmake_args |
