Commit Graph

3 Commits (7dd32d1be227f20e553baa8f434c21a74cc3c01d)

Author SHA1 Message Date
nibbles 2bits 2da1555e8b ext2fuse: fix build error by using a CFLAG
ext2fuse has been broken for a while because it's an old piece
of code that needs a few cflags for clang.  Macports also defines
a different precompiler variable, `-D__FreeBSD__=10` which it
turns out fixes all our build errors and aslo fixes the need we
had for defining `SSIZE_T`

- Add to CFLAGS `-D__FreeBSD__=10 -DENABLE_SWAPFS` like MP.
- Add a `--std=gnu89` flag if compiler is clang
- Remove the unneeded CFLAG.
- Works great with superenv.

Fixes Homebrew/homebrew#12207

Closes Homebrew/homebrew#15070.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-23 21:16:19 -07:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Markus Heberling 6a799a8e41 ext2fuse 0.8.1
Closes Homebrew/homebrew#8417.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:14:08 -07:00