diff options
| author | Chris Koenig | 2012-01-26 23:33:58 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2012-01-26 23:20:40 -0600 | 
| commit | 7eee711dced5d0dd1055eb4fe259ff16b7833b30 (patch) | |
| tree | 8a5a3b24e321dffca22f228854cf4eededf9d315 /Library/Formula/sox.rb | |
| parent | 1be8f8c6e2467cef562e8cc62b28aeec66c4f866 (diff) | |
| download | homebrew-7eee711dced5d0dd1055eb4fe259ff16b7833b30.tar.bz2 | |
sox: include libpng for spectrogram effect
Closes #9802.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/sox.rb')
| -rw-r--r-- | Library/Formula/sox.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sox.rb b/Library/Formula/sox.rb index 44b1d1848..d8bb36a2a 100644 --- a/Library/Formula/sox.rb +++ b/Library/Formula/sox.rb @@ -20,6 +20,7 @@ class Sox < Formula    end    def install +    ENV.x11  # For libpng, used for the optional "spectrogram" effect.      system "./configure", "--disable-debug", "--disable-dependency-tracking",                            "--prefix=#{prefix}",                            "--disable-gomp"  | 
