aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-22 10:07:18 -0700
committerAdam Vandenberg2010-04-22 10:07:18 -0700
commitf8a530cd8467d5e730c2427c9e2394d47ac0ea93 (patch)
tree718328dcdc45cc204499c777e6b6cd8afd04f6ad /Library/Formula
parent068e15043ee31fe3fe938e84f8d0938f43a5d3a0 (diff)
downloadhomebrew-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.rb5
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",