diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ext2fuse.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ext2fuse.rb b/Library/Formula/ext2fuse.rb index 7f6798bb8..2b7c8ec17 100644 --- a/Library/Formula/ext2fuse.rb +++ b/Library/Formula/ext2fuse.rb @@ -5,13 +5,13 @@ class Ext2fuse < Formula url 'http://downloads.sourceforge.net/project/ext2fuse/ext2fuse/0.8.1/ext2fuse-src-0.8.1.tar.gz' sha1 '6a13fce7842ead1485a4f48cb57c1272d990b5a5' - depends_on 'fuse4x' + depends_on 'osxfuse' depends_on 'e2fsprogs' def install - ENV.append 'LIBS', "-lfuse4x" - ENV.append 'CFLAGS', '-D__FreeBSD__=10 -DENABLE_SWAPFS' - ENV.append 'CFLAGS', '--std=gnu89' if ENV.compiler == :clang + ENV.append "LIBS", "-losxfuse" + ENV.append "CFLAGS", "-D__FreeBSD__=10 -DENABLE_SWAPFS -I#{HOMEBREW_PREFIX}/opt/osxfuse/include/osxfuse/fuse" + ENV.append "CFLAGS", "--std=gnu89" if ENV.compiler == :clang system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
