aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml2.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-21 09:04:26 -0800
committerMax Howell2009-12-12 16:24:16 +0000
commit8939a91a96147370f1f76ca31f67b365f123d4fb (patch)
treef3dfba3b193164d8ad532dedf76cf1d87ab0de8b /Library/Formula/libxml2.rb
parentf34d241fa1b43742416192e31271ed80ac427803 (diff)
downloadhomebrew-8939a91a96147370f1f76ca31f67b365f123d4fb.tar.bz2
Libxml2 compiles with newer LLVM.
Diffstat (limited to 'Library/Formula/libxml2.rb')
-rw-r--r--Library/Formula/libxml2.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb
index 5e436d1d9..3f8ad9dea 100644
--- a/Library/Formula/libxml2.rb
+++ b/Library/Formula/libxml2.rb
@@ -10,7 +10,6 @@ class Libxml2 <Formula
end
def install
- ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make"
ENV.j1