diff options
| author | Charlie Sharpsteen | 2011-09-21 22:54:33 -0700 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-21 22:54:33 -0700 | 
| commit | d8c62e91487dc8fc967c4fef67e3f9f14e4b2e6a (patch) | |
| tree | 23225c097fc6f7ae665da2eb7239a244d7a4f420 /Library/Formula/djmount.rb | |
| parent | 005d8011e818b99a065374f3fb134cfeebaeb626 (diff) | |
| download | homebrew-d8c62e91487dc8fc967c4fef67e3f9f14e4b2e6a.tar.bz2 | |
DJmount: Remove unneeded CFLAG
See comment in 524d9789e2d68c159bbdffd292802befdf97651f.
Diffstat (limited to 'Library/Formula/djmount.rb')
| -rw-r--r-- | Library/Formula/djmount.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/djmount.rb b/Library/Formula/djmount.rb index 57b1a3b82..e4a666207 100644 --- a/Library/Formula/djmount.rb +++ b/Library/Formula/djmount.rb @@ -13,7 +13,6 @@ class Djmount < Formula    end    def install -    ENV.append "CFLAGS", "-D__FreeBSD__=10"      ENV['FUSE_CFLAGS'] = `pkg-config fuse --cflags`.chomp      ENV['FUSE_LIBS'] = `pkg-config fuse --libs`.chomp  | 
