aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fuse4x-kext.rb4
-rw-r--r--Library/Formula/fuse4x.rb9
2 files changed, 5 insertions, 8 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb
index 6e78a8258..6c447f1db 100644
--- a/Library/Formula/fuse4x-kext.rb
+++ b/Library/Formula/fuse4x-kext.rb
@@ -6,8 +6,8 @@ end
class Fuse4xKext < Formula
homepage 'http://fuse4x.org/'
- url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_8_12"
- version "0.8.12"
+ url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_8_13"
+ version "0.8.13"
def install
ENV.delete('CC')
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 94de9d416..0dacad29a 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -2,8 +2,8 @@ require 'formula'
class Fuse4x < Formula
homepage 'http://fuse4x.org/'
- url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_8_12"
- version "0.8.12"
+ url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_8_13"
+ version "0.8.13"
depends_on 'gettext'
depends_on 'fuse4x-kext'
@@ -11,11 +11,8 @@ class Fuse4x < Formula
def install
# Build universal if the hardware can handle it---otherwise 32 bit only
MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32
- gettext = Formula.factory('gettext')
- # Don't hardwire a universal binary build in the CFLAGS and LDFLAGS
- # see issue #7713
- inreplace 'configure.in', '-arch i386 -arch x86_64', ''
+ gettext = Formula.factory('gettext')
ENV['ACLOCAL'] = "/usr/bin/aclocal -I#{gettext.share}/aclocal"
system "autoreconf", "--force", "--install"