aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl_image.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sdl_image.rb')
-rw-r--r--Library/Formula/sdl_image.rb6
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