From 2f1142ed7db53ad217fcac6f7055f81d10cc73ae Mon Sep 17 00:00:00 2001 From: Mike Arthur Date: Wed, 23 Dec 2009 14:27:37 +0000 Subject: Update Qt formula to 4.6.1. --- Library/Formula/qt.rb | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) (limited to 'Library') diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 3fdbc994b..b570fa8a2 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -1,18 +1,14 @@ require 'formula' +require 'hardware' class Qt > src/#{makefile}` } end @@ -41,7 +36,7 @@ class Qt = 10.6 + if MACOS_VERSION >= 10.6 and Hardware.is_64_bit? conf_args << '-arch' << 'x86_64' else conf_args << '-arch' << 'x86' @@ -71,23 +66,23 @@ class Qt