Installing Beanstalk with Homebrew on Lion
1) `brew install -vd beanstalk` : This will drop you into a subshell
2) open `util.h` and `prot.c`. Apply this patch: https://github.com/kr/beanstalkd/commit/976ec8ba8e70e3b5027f441de529f479c11c8507#diff-0
3) `make install`
4) Exit the subshell, Homebrew will properly link Beanstalk to the proper place
5) Relax