diff options
| author | Jack Nagel | 2014-12-06 23:41:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-06 23:44:12 -0500 |
| commit | be6d3243560e49497d94c36a99246743304d4b0e (patch) | |
| tree | 03422c3247f5420ec9bf2d47d8b1fe6f14dca023 /Library/Formula | |
| parent | 8fe47ccc06dbfca26d81bf0744169f354b1e0da8 (diff) | |
| download | homebrew-be6d3243560e49497d94c36a99246743304d4b0e.tar.bz2 | |
afflib 3.7.6
Closes #33806.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/afflib.rb | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb index e012605c5..3b4c96bf2 100644 --- a/Library/Formula/afflib.rb +++ b/Library/Formula/afflib.rb @@ -1,16 +1,11 @@ -require 'formula' +require "formula" class Afflib < Formula - homepage 'https://github.com/simsong/AFFLIBv3' - url 'https://github.com/simsong/AFFLIBv3/archive/v3.7.4.tar.gz' - sha1 '589dae6f8439e97ab080026701cd0caa0636ac22' + homepage "https://github.com/sshock/AFFLIBv3" + url "https://github.com/sshock/AFFLIBv3/archive/v3.7.6.tar.gz" + sha1 "2793532fb048b145a60f5a2e951e3922bb4e9c96" bottle do - cellar :any - revision 1 - sha1 "b588679f7466eaebbf75add963ba174cff6facf4" => :yosemite - sha1 "4a925ea584eecf9ea4f5d978025cb4695c078b2d" => :mavericks - sha1 "2a9428d3960bc5c0cd8ed38c52828f6eab003a76" => :mountain_lion end depends_on "autoconf" => :build @@ -18,6 +13,7 @@ class Afflib < Formula depends_on "libtool" => :build depends_on "expat" => :optional depends_on :osxfuse => :optional + depends_on "openssl" # This patch fixes a bug reported upstream over there # https://github.com/simsong/AFFLIBv3/issues/4 @@ -29,7 +25,7 @@ class Afflib < Formula args = ["--disable-dependency-tracking", "--prefix=#{prefix}"] if build.with? "osxfuse" - ENV['CPPFLAGS'] = "-I#{Formula["osxfuse"].include}/osxfuse" + ENV["CPPFLAGS"] = "-I#{Formula["osxfuse"].include}/osxfuse" args << "--enable-fuse" end @@ -53,10 +49,10 @@ index 3a7af59..7510933 100755 aclocal LIBTOOLIZE=glibtoolize diff --git a/configure.ac b/configure.ac -index 47a3e4c..845235b 100644 +index 940353b..c530f2e 100644 --- a/configure.ac +++ b/configure.ac -@@ -244,10 +244,6 @@ AC_ARG_ENABLE(fuse, +@@ -241,10 +241,6 @@ AC_ARG_ENABLE(fuse, if test "x${enable_fuse}" = "xyes" ; then AC_MSG_NOTICE([FUSE requested]) CPPFLAGS="-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 $CPPFLAGS" @@ -67,7 +63,7 @@ index 47a3e4c..845235b 100644 AC_CHECK_HEADER([fuse.h],, AC_MSG_NOTICE([fuse.h not found; Disabling FUSE support.]) enable_fuse=no) -@@ -258,7 +254,7 @@ AFFUSE_BIN= +@@ -255,7 +251,7 @@ AFFUSE_BIN= if test "${enable_fuse}" = "yes"; then AC_DEFINE([USE_FUSE],1,[Use FUSE to mount AFF images]) AFFUSE_BIN='affuse$(EXEEXT)' |
