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