Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
gammu: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 19, 2014
1 parent 2382f0c commit 9b13da9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Library/Formula/gammu.rb
Expand Up @@ -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
Expand Down

0 comments on commit 9b13da9

Please sign in to comment.