aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-odbc.rb
AgeCommit message (Collapse)Author
2012-07-29ruby-odbc 0.99994Brett Koonce
Closes #13732. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
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-07Changed ruby-odbc formula for Snow LeopardJoshua Suggs
* modify the makefile so that it is only compiled as x86_64. This fixes issue where ruby-odbc would choose iODBC over unixODBC. Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Bumped to latest verison * Only apply fix to 64-bit Snow Leopard
2010-02-15ruby-odbc - use change_make_varAdam Vandenberg
2009-12-19Some cleanupMax Howell
When there are paths, we should use the comma-deliminated form of system to ensure spaces don't muck things up. Suggest the user use the HOMEBREW_PREFIX rather than the keg directory as this way upgrades won't break the configuration.
2009-12-19Add ruby-odbc formulaJoel Chippindale