aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-06-03 22:17:37 +0200
committerSamuel John2013-06-03 22:17:37 +0200
commitab2ed1d258a922d72b76895bdbc38a89a77d0c9c (patch)
tree0d960434bfb4386508a700873dac4a2056075550 /Library
parentec65a8a15ac0f86d51e027e2335f5d604f4c6283 (diff)
downloadhomebrew-ab2ed1d258a922d72b76895bdbc38a89a77d0c9c.tar.bz2
mercurial: Style bit
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mercurial.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 650c8dfda..10d482970 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -24,7 +24,6 @@ class Mercurial < Formula
if python.from_osx? && !MacOS::CLT.installed?
# Help castrated system python on Xcode find the Python.h:
# Setting CFLAGS does not work :-(
- # ENV['CFLAGS'] = "-I#{python.incdir}"
inreplace 'setup.py', 'get_python_inc()', "'#{python.incdir}'"
end
system "make doc" if build.head? or build.include? 'doc'