diff options
| author | Adam Vandenberg | 2009-11-22 18:32:54 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:16 +0000 |
| commit | b9819b9161d0628e504f444fdbdf0597a64ad724 (patch) | |
| tree | 8632015c4f33fbc98a12046360273e37efce0862 /Library/Formula | |
| parent | 1177da0277c227a0f4781ad8c991ddc74486b586 (diff) | |
| download | homebrew-b9819b9161d0628e504f444fdbdf0597a64ad724.tar.bz2 | |
Update SDL libraries.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sdl_image.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/sdl_mixer.rb | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb index 88124c870..3561f356e 100644 --- a/Library/Formula/sdl_image.rb +++ b/Library/Formula/sdl_image.rb @@ -2,9 +2,9 @@ require 'formula' require Formula.path('sdl') class SdlImage <Formula - url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.8.tar.gz' + url 'http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz' homepage 'http://www.libsdl.org/projects/SDL_image' - md5 '2e7c3efa0ec2acc039c46960e27c0792' + md5 '6c06584b31559e2b59f2b982d0d1f628' depends_on 'libpng' depends_on 'sdl' diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb index 5154f8e08..e6021bbf5 100644 --- a/Library/Formula/sdl_mixer.rb +++ b/Library/Formula/sdl_mixer.rb @@ -15,7 +15,6 @@ class SdlMixer <Formula Sdl.use_homebrew_prefix 'SDL_mixer.pc.in' system "./configure", "--prefix=#{prefix}", - "--disable-debug", "--disable-dependency-tracking" system "make install" end |
