diff options
| author | Adam Vandenberg | 2010-04-22 10:07:18 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-22 10:07:18 -0700 |
| commit | f8a530cd8467d5e730c2427c9e2394d47ac0ea93 (patch) | |
| tree | 718328dcdc45cc204499c777e6b6cd8afd04f6ad /Library/Formula | |
| parent | 068e15043ee31fe3fe938e84f8d0938f43a5d3a0 (diff) | |
| download | homebrew-f8a530cd8467d5e730c2427c9e2394d47ac0ea93.tar.bz2 | |
Remove hack in ftgl that was due to /usr/X11/ not being in my pkg-config
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ftgl.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ftgl.rb b/Library/Formula/ftgl.rb index 24c79117f..74e441922 100644 --- a/Library/Formula/ftgl.rb +++ b/Library/Formula/ftgl.rb @@ -14,10 +14,7 @@ class Ftgl <Formula puts "use \"brew link doxygen\" afterwards to reactivate it." end - # Freetype - include headers, libs and put freetype-config in path - ENV.prepend 'PATH', "/usr/X11/bin", ":" - ENV.x11 - + ENV.x11 # Freetype system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--disable-freetypetest", |
