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_net.rb | |
| parent | 5c54f5747b21ea2f4b346ee6f39b552f3e3c6cbf (diff) | |
| download | homebrew-0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec.tar.bz2 | |
Fixes #77
Diffstat (limited to 'Library/Formula/sdl_net.rb')
| -rw-r--r-- | Library/Formula/sdl_net.rb | 6 |
1 files changed, 0 insertions, 6 deletions
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 <Formula def install system "./configure", "--prefix=#{prefix}", - "--includedir=#{prefix}/priv_include", "--disable-debug", "--disable-dependency-tracking", "--disable-sdltest" system "make install" - - # Hack alert: - # Since SDL is installed as a depency, we know it exists, so we - # symlink our new header file into its brewed location. - FileUtils.ln_s "#{prefix}/priv_include/SDL/SDL_net.h", "#{HOMEBREW_PREFIX}/include/SDL" end end |
