diff options
| author | Jack Nagel | 2014-07-25 14:06:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-25 14:08:11 -0500 |
| commit | 645c0cc508459e394ebbacef1d3d9e841ce931e8 (patch) | |
| tree | da9fe2e76ee0518d0ffe99041127143fcf264b09 /Library | |
| parent | 366b265b5634413347dd4e26576490edd09d75cc (diff) | |
| download | homebrew-645c0cc508459e394ebbacef1d3d9e841ce931e8.tar.bz2 | |
sdl: fix compilation on 10.6
Closes #31112.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sdl.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb index 614420b06..3a8b3995b 100644 --- a/Library/Formula/sdl.rb +++ b/Library/Formula/sdl.rb @@ -37,6 +37,12 @@ class Sdl < Formula sha1 "3137feb503a89a8d606405373905b92dcf7e293b" end + # Fix compilation error on 10.6 introduced by the above patch + patch do + url "http://bugzilla-attachments.libsdl.org/attachment.cgi?id=1324" + sha1 "08c19f077f56217fd300db390bca4c1a0bee0622" + end + # Fix build against recent libX11; requires regenerating configure script patch do url "http://hg.libsdl.org/SDL/raw-rev/91ad7b43317a" |
