diff options
| author | Jack Nagel | 2014-03-19 12:07:54 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:16 -0500 | 
| commit | fcf5156380364b19ef635a24d3a03fe7b104a587 (patch) | |
| tree | ee30d72ba9f29e35c88d166b86b28e17ba7694ee /Library/Formula/kyoto-cabinet.rb | |
| parent | bc832455aafe7197db5bcfb81656ba5d5c3f318b (diff) | |
| download | homebrew-fcf5156380364b19ef635a24d3a03fe7b104a587.tar.bz2 | |
kyoto-cabinet: use patch DSL
Diffstat (limited to 'Library/Formula/kyoto-cabinet.rb')
| -rw-r--r-- | Library/Formula/kyoto-cabinet.rb | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/kyoto-cabinet.rb b/Library/Formula/kyoto-cabinet.rb index 35c84db4f..2fce67fc4 100644 --- a/Library/Formula/kyoto-cabinet.rb +++ b/Library/Formula/kyoto-cabinet.rb @@ -13,17 +13,13 @@ class KyotoCabinet < Formula      EOS    end +  patch :DATA if MacOS.version >= :mavericks +    def install      system "./configure", "--disable-debug", "--prefix=#{prefix}"      system "make" # Separate steps required      system "make install"    end - -  def patches -    if MacOS.version >= :mavericks -      DATA -    end -  end  end  | 
