From 7eee711dced5d0dd1055eb4fe259ff16b7833b30 Mon Sep 17 00:00:00 2001 From: Chris Koenig Date: Thu, 26 Jan 2012 23:33:58 -0500 Subject: sox: include libpng for spectrogram effect Closes #9802. Signed-off-by: Misty De Meo --- Library/Formula/sox.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3