llvm takes a second make install in the clang_dir when clang
is built according to the install instructions in the clang
tarball. Doing this gets all the clang include files installed
that were otherwise missing. Add a `make install`.
FixesHomebrew/homebrew#14924ClosesHomebrew/homebrew#15046.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
net-snmp has some fixes in HEAD for us coming in 5.7.2.
It fails on ML due to the same problem it has with Lion,
a missing header, and that's what's being fixed. It aslo
can't build the perl bindings because it wants to write to
`/Library/Perl`
- Duplicate the Lion path for ML and create `darwin12.h`
- Add `--enable-ipv6`
- Add `--with-logfile=#{var}/log/snmpd.log` fixes `/var/log/snmpd.log`
- Add `--disable-embedded-perl`
- Add `--without-perl-modules`
- Add `--disable-debugging`
- Remove an unused function `header_created?`
FixesHomebrew/homebrew#14990.
ClosesHomebrew/homebrew#15009.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
There's no config setting for this, so we need to compile it in to something generous and useful
ClosesHomebrew/homebrew#15005.
Signed-off-by: Max Howell <mxcl@me.com>
0.28 replaces the hardcoded makefile with autotools, for a *much*
cleaner formula. Hooray!
(Note on tarballs: the -dist versions include a prebuilt configure
script, while the regular numbered tarballs are just snapshots of
the git repo.)
This formula assumes that the aclocal include directory is
/usr/local/share/aclocal; this is not true if you have installed
homebrew into a different location (as I have done).
Using HOMEBREW_PREFIX instead of assuming /usr/local is the correct fix.
ClosesHomebrew/homebrew#14987.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
freetype will be default when I bottle it in the next few days but
until then this just adds an extra unbottled dependency to the
bottle which won't be used anyway.
X11 should default to being off on everything; it's not around by
default on Lion or Mountain Lion and in this case it breaks the
bottle to depend on it.
References Homebrew/homebrew#14714, Homebrew/homebrew#14948.
Bring wine-gecko up to date, add caveat for disabling incomplete implementation
of dwrite.dll.
ClosesHomebrew/homebrew#14973.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>