diff options
| author | nibbles 2bits | 2012-04-02 18:55:58 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-04-03 16:06:47 -0500 |
| commit | 1eaa107520d03a3b3080bcda2f4b9248c951871a (patch) | |
| tree | 5510a0d974c3d403c31e685c38a2c8210a174b82 /Library/Formula/git.rb | |
| parent | 89b562ef0bf483229450c96d8522f7c2f728dde1 (diff) | |
| download | homebrew-1eaa107520d03a3b3080bcda2f4b9248c951871a.tar.bz2 | |
geoip: fix compile error using deps + autoreconf
geoip-1.4.8 always calls a form of autoreconf after configure,
then reruns configure. This causes a build error on Lion when
it crafts a broken Makefile that is missing the rule to make the
target `../libGeoIP/libGeoIP.a`.
* Add deps on autoconf, automake, and libtool if XCode >= 4.3.
* Add a command to run `autoreconf -ivf` before configure, which
works on Lion and SL. Previously, the autoreconf on SL would
fail to work because it tries to use shell `--missing` versions.
Both the universal and native builds compile and pass make check
using all five compilers from XCode-4.3.2 and 4.0.2, on both Lion
and 64bit Snow Leopard.
Fixes #11402.
Closes #11405.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git.rb')
0 files changed, 0 insertions, 0 deletions
