aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnatol Pomozov2011-10-17 14:28:19 -0700
committerAdam Vandenberg2011-10-22 09:34:34 -0700
commitf48616803cf5d3ba74a58d5e3c14cc83dfcd48fe (patch)
tree9faa1ebaf787a905b2f3d591cb48e3d8936bccd7 /Library
parentad346a20cac6779a7755a2e170b88ad031107f56 (diff)
downloadhomebrew-f48616803cf5d3ba74a58d5e3c14cc83dfcd48fe.tar.bz2
fuse4x 0.8.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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"