diff options
| author | Max Howell | 2009-10-23 19:22:39 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-23 19:22:39 +0100 |
| commit | 0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec (patch) | |
| tree | 25ed4a5f2dd9154424bbf1cb7f01944ff36075a2 /Library/Formula/sdl_mixer.rb | |
| parent | 5c54f5747b21ea2f4b346ee6f39b552f3e3c6cbf (diff) | |
| download | homebrew-0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec.tar.bz2 | |
Fixes #77
Diffstat (limited to 'Library/Formula/sdl_mixer.rb')
| -rw-r--r-- | Library/Formula/sdl_mixer.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/sdl_mixer.rb b/Library/Formula/sdl_mixer.rb index eab4f2057..231baea63 100644 --- a/Library/Formula/sdl_mixer.rb +++ b/Library/Formula/sdl_mixer.rb @@ -11,18 +11,9 @@ class SdlMixer <Formula #depends_on 'smpeg' => :optional # http://icculus.org/smpeg/ def install - # We use a private include folder, and then - # symlink the header file ourselves. - # See: http://github.com/mxcl/homebrew/issues#issue/62 system "./configure", "--prefix=#{prefix}", - "--includedir=#{prefix}/priv_include", "--disable-debug", "--disable-dependency-tracking" system "make install" - - # Hack alert: - # Since SDL is installed as a dependency, we know it exists, so we - # symlink our new header file into its brewed location. - FileUtils.ln_s "#{prefix}/priv_include/SDL/SDL_mixer.h", "#{HOMEBREW_PREFIX}/include/SDL" end end |
