Skip to content

Commit

Permalink
gdmap: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 19, 2014
1 parent 0ee3a04 commit 0951dee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/gdmap.rb
Expand Up @@ -16,9 +16,7 @@ class Gdmap < Formula
#The first patch turns off this disablement, making the code work fine as intended
#The second patch is to remove an unused system header import on one of the files.
#This header file doesn't exist in OSX and the program compiles and runs fine without it.
def patches
DATA
end
patch :DATA

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down

0 comments on commit 0951dee

Please sign in to comment.