diff options
| author | Jack Nagel | 2014-06-21 15:09:46 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-21 15:09:46 -0500 | 
| commit | 77ea0f2f057735cbcc0cad75acdf730d46a5b138 (patch) | |
| tree | 3babab6c96be924c433757e533cdab3a8413a797 /Library/Formula | |
| parent | 2d246b7155b3bcd5760c206bb8ee08210343bcff (diff) | |
| download | homebrew-77ea0f2f057735cbcc0cad75acdf730d46a5b138.tar.bz2 | |
sox: fix audit warning
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sox.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb index 4a8bb4885..790a9b6b5 100644 --- a/Library/Formula/sox.rb +++ b/Library/Formula/sox.rb @@ -16,8 +16,6 @@ class Sox < Formula    depends_on 'libao' => :optional    depends_on 'lame' => :optional -  conflicts_with 'play', :because => 'both install `play` binaries' -    def install      system "./configure", "--disable-debug",                            "--disable-dependency-tracking",  | 
