From 0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 23 Oct 2009 19:22:39 +0100 Subject: Fixes #77 --- Library/Formula/sdl_image.rb | 6 ------ Library/Formula/sdl_mixer.rb | 9 --------- Library/Formula/sdl_net.rb | 6 ------ Library/Formula/sdl_ttf.rb | 6 ------ 4 files changed, 27 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb index dc8a26d5d..3192b7a2c 100644 --- a/Library/Formula/sdl_image.rb +++ b/Library/Formula/sdl_image.rb @@ -12,16 +12,10 @@ class SdlImage :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 diff --git a/Library/Formula/sdl_net.rb b/Library/Formula/sdl_net.rb index c4bc9dc96..ab06e0d65 100644 --- a/Library/Formula/sdl_net.rb +++ b/Library/Formula/sdl_net.rb @@ -9,15 +9,9 @@ class SdlNet