aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/wxmac.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb
index 9e2525f8b..99c72bc03 100644
--- a/Library/Formula/wxmac.rb
+++ b/Library/Formula/wxmac.rb
@@ -1,11 +1,12 @@
require 'formula'
class Wxmac <Formula
- url 'http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.10.tar.gz'
+ url 'http://downloads.sourceforge.net/project/wxwindows/wxMac/2.8.10/wxMac-2.8.10.tar.bz2'
homepage 'http://www.wxwidgets.org'
- md5 'd18668cbf7026b8633e2cfc69e2f3868'
+ md5 '67e5eb6823907081fc979d41e00f93d7'
def install
+ # Force i386
%w{ CFLAGS CXXFLAGS LDFLAGS OBJCFLAGS OBJCXXFLAGS }.each do |compiler_flag|
ENV.remove compiler_flag, "-arch x86_64"
ENV.append compiler_flag, "-arch i386"