aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tree.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-10 08:05:31 -0700
committerAdam Vandenberg2010-08-10 08:30:19 -0700
commit29af47c81d2bcfbbb5e10d925807ff0f3c9a5e75 (patch)
tree63e85e90f58013cd345a65ce17091d1ad24a11f1 /Library/Formula/tree.rb
parentf6f1af57906cb42a9d0ae323546fe7bfeff0fa99 (diff)
downloadhomebrew-29af47c81d2bcfbbb5e10d925807ff0f3c9a5e75.tar.bz2
Update formulae to use ENV.cflags
Diffstat (limited to 'Library/Formula/tree.rb')
-rw-r--r--Library/Formula/tree.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tree.rb b/Library/Formula/tree.rb
index 1a9de0a07..35ac0f372 100644
--- a/Library/Formula/tree.rb
+++ b/Library/Formula/tree.rb
@@ -6,7 +6,7 @@ class Tree <Formula
md5 'c07ce9065667a23f27aca4de8ecccb10'
def install
- system "#{ENV.cc} #{ENV['CFLAGS']} -o tree tree.c strverscmp.c"
+ system "#{ENV.cc} #{ENV.cflags} -o tree tree.c strverscmp.c"
bin.install "tree"
man1.install "man/tree.1"