aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-23 08:59:25 -0800
committerMax Howell2009-12-12 16:24:18 +0000
commita09c294698763d1e9f5b0116145461bded636b05 (patch)
tree52988f0685058bed2f3ba8d7b6543c90f9d24b07 /Library
parentfbd1d2ac6b2f6f06de9345434bba6d48b59ba590 (diff)
downloadhomebrew-a09c294698763d1e9f5b0116145461bded636b05.tar.bz2
Reformat dcraw.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dcraw.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/dcraw.rb b/Library/Formula/dcraw.rb
index f14346af2..aed4cd47c 100644
--- a/Library/Formula/dcraw.rb
+++ b/Library/Formula/dcraw.rb
@@ -9,8 +9,7 @@ class Dcraw <Formula
depends_on 'liblcms'
def install
- cc = ENV['CC'] || 'gcc'
- system "#{cc} -o dcraw #{ENV['CFLAGS']} dcraw.c -lm -ljpeg -llcms"
+ system "#{ENV.cc} -o dcraw #{ENV['CFLAGS']} dcraw.c -lm -ljpeg -llcms"
bin.install 'dcraw'
end
end