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_image.rb | |
| parent | 5c54f5747b21ea2f4b346ee6f39b552f3e3c6cbf (diff) | |
| download | homebrew-0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec.tar.bz2 | |
Fixes #77
Diffstat (limited to 'Library/Formula/sdl_image.rb')
| -rw-r--r-- | Library/Formula/sdl_image.rb | 6 |
1 files changed, 0 insertions, 6 deletions
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 <Formula ENV.x11 # For Freetype system "./configure", "--prefix=#{prefix}", - "--includedir=#{prefix}/priv_include", "--disable-debug", "--disable-dependency-tracking", "--disable-sdltest", "--with-freetype-exec-prefix=/usr/X11" 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_image.h", "#{HOMEBREW_PREFIX}/include/SDL" end end |
