aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl_ttf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sdl_ttf.rb')
-rw-r--r--Library/Formula/sdl_ttf.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/sdl_ttf.rb b/Library/Formula/sdl_ttf.rb
index 1bce31d0f..771c38c64 100644
--- a/Library/Formula/sdl_ttf.rb
+++ b/Library/Formula/sdl_ttf.rb
@@ -11,16 +11,10 @@ class SdlTtf <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_ttf.h", "#{HOMEBREW_PREFIX}/include/SDL"
end
end