Avoid using a patch URL with a token that expires
Avoid using a hash when patches need to be applied in order
ClosesHomebrew/homebrew#24068.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Two patches are applied:
- Since glog has not yet released a a version 0.3.4, we manually apply a
a patch that mirrors the following changeset:
https://code.google.com/p/google-glog/source/detail?r=134
This patch cleans up the way of determining which logging includes
need to be included (prefixed, etc).
- A patch making sure we are only including tr1 prefixed stuff
and slist on when using libc++.
The first patch can likely be removed when upstream releases a new
version.
Upstream is aware of the second issue:
https://code.google.com/p/google-glog/issues/detail?id=121ClosesHomebrew/homebrew#23506.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
A C++ logging framework from Google. The latest release doesn't compile
on Mac OS, but the SVN HEAD seems to work.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Comment why url is commented out
autoreconf:
upstream has a libtool script checked into SVN that doesn't work on
Mac OS. Just running configure/make gave me compile errors; explicitly
running autoreconf first made it work.