aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl_sound.rb4
1 files changed, 3 insertions, 1 deletions
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"