aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNaja v. Schmude2011-10-14 22:25:02 +0200
committerCharlie Sharpsteen2011-10-14 18:39:22 -0700
commita2afb28582d8ec498bf595f9300acf469e9e1846 (patch)
tree70a685e953c6367a6ae30a2ccb171d73f69366ec /Library
parent5de0afed6d6c70d78d5efb350b728b33673a85bd (diff)
downloadhomebrew-a2afb28582d8ec498bf595f9300acf469e9e1846.tar.bz2
Pixman: Support Xcode 4.2
Closes #8121. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pixman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb
index e2828b967..fbed4abe9 100644
--- a/Library/Formula/pixman.rb
+++ b/Library/Formula/pixman.rb
@@ -9,7 +9,7 @@ class Pixman < Formula
def install
if ENV.compiler == :llvm
- if MacOS.xcode_version == "4.1"
+ if MacOS.xcode_version >= "4.1"
ENV.clang
else
ENV.gcc_4_2