diff options
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"  | 
