aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChris Koenig2012-01-26 23:33:58 -0500
committerMisty De Meo2012-01-26 23:20:40 -0600
commit7eee711dced5d0dd1055eb4fe259ff16b7833b30 (patch)
tree8a5a3b24e321dffca22f228854cf4eededf9d315 /Library/Formula
parent1be8f8c6e2467cef562e8cc62b28aeec66c4f866 (diff)
downloadhomebrew-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')
-rw-r--r--Library/Formula/sox.rb1
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"