aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nspr.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-26Update Formula: nsprAlexis Hildebrandt
Version bump to 4.8.6 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-08nspr - fix for LeopardAdam Vandenberg
2010-11-02Update formula: nsprAlexis Hildebrandt
Fix dylib install_name Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-07Fix nspr on 32-bit machines.Adam Vandenberg
2010-06-24Copy comment from spidermonkey to nsprAdam Vandenberg
2010-05-12Update nspr to 4.8.4Adam Vandenberg
2010-05-12fix from davispbenoitc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-12Download nspr over normal HTTP, not HTTPS.Adam Vandenberg
2010-02-17Fixes #607; nspr fails to buildMax Howell
The build was failing under various conditions due to the removal of some link flags at: 26b760ba4f92d67edadae5d3e6b70ff98867fcef Linking to Carbon is at least required on 10.5 and also for some 10.6 users.
2010-01-24Enable 64 bits on 64 bit machines onlyMax Howell
2010-01-24Make the build libmozjs threadsafe.Paul J. Davis
Needed to avoid a bug in OS X when a library was linked against CoreFoundation without having it initialized in the main thread. http://openradar.appspot.com/7209349
2009-11-09Update NsprKieran Pilkington
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-14Couchdb and dependency formulaeSean Wolfe
Signed-off-by: Max Howell <max@methylblue.com> I squashed a number of commits here, and also replaced the use of nspr.prefix with HOMEBREW_PREFIX as in theory we are flexible with our requirement for dependencies, although with the limited build system that SpiderMonkey possesses this is difficult for us to achieve anyway…