aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ext2fuse.rb
AgeCommit message (Collapse)Author
2012-09-23ext2fuse: fix build error by using a CFLAGnibbles 2bits
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 #12207 Closes #15070. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-03-18ext2fuse 0.8.1Markus Heberling
Closes #8417. Signed-off-by: Adam Vandenberg <flangy@gmail.com>