diff options
| author | Jack Nagel | 2012-02-06 15:21:52 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-06 15:21:52 -0600 |
| commit | 7d06b18b7a99b69741db010586afeebebdf783a9 (patch) | |
| tree | 8f52d7de9351bde5150120854046a748eb88b846 /Library | |
| parent | 122fbb40288dc000da719ed0833cf2760f847643 (diff) | |
| download | homebrew-7d06b18b7a99b69741db010586afeebebdf783a9.tar.bz2 | |
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdl_sound.rb | 4 |
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" |
