From 7d06b18b7a99b69741db010586afeebebdf783a9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 6 Feb 2012 15:21:52 -0600 Subject: sdl_sound: disable build-time sdl test SDL is a dep and at this point has been successfully installed, so avoid compiling a test program. Signed-off-by: Jack Nagel --- Library/Formula/sdl_sound.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/sdl_sound.rb b/Library/Formula/sdl_sound.rb index 4a100daa3..ac09c180d 100644 --- a/Library/Formula/sdl_sound.rb +++ b/Library/Formula/sdl_sound.rb @@ -17,7 +17,9 @@ class SdlSound < Formula def install system "./bootstrap" if ARGV.build_head? - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", + "--disable-dependency-tracking", + "--disable-sdltest" system "make" system "make check" system "make install" -- cgit v1.2.3