Commit Graph

7 Commits (919fe94cfee6f6d522943caa73e9b2778b7e4211)

Author SHA1 Message Date
Adam Vandenberg 696fa19da9 neon builds look for pkg-config, so add dependency 2010-06-28 09:50:22 -07:00
Adam Vandenberg 0188c9e238 Add --universal option to Neon 2010-05-10 20:40:16 -07:00
Adam Vandenberg 2a077e10ba Update neon to 0.29.3
* remove unknown option.
2010-04-18 19:40:28 -07:00
Max Howell 399f3bac37 Make Neon keg-only
Also make it build a dylib, not a static library. This is because the default linker behaviour is to run through the search path twice. First time looking for dylibs and second time for .a files. So duplicate formula must build a dylib.

The other option is the -search_paths_first link flag. I don't like this though as every flag we bung in there adds more possible compile issues to projects that depend on such flags being off.
2009-11-04 16:27:37 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Adam Vandenberg 952a362dcf Bump Neon version and add --with-ssl 2009-09-29 23:33:22 +01:00
Max Howell dcff7e0064 Neon and libmusicbrainz formulae 2009-08-10 18:12:16 +01:00