diff options
| author | Jack Nagel | 2014-10-09 20:43:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-09 20:43:23 -0500 |
| commit | 415a50bf83624ea6eb68b29bd9e69a63adafa3e8 (patch) | |
| tree | 9c688d500a17f685cf91b926f59c481f610eed17 /Library | |
| parent | f1e2dfc6b42f2d9e6933301e1387c71e10c1e9d9 (diff) | |
| download | homebrew-415a50bf83624ea6eb68b29bd9e69a63adafa3e8.tar.bz2 | |
unixodbc: keg-only pre-10.9
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unixodbc.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/unixodbc.rb b/Library/Formula/unixodbc.rb index 9d86de8ae..908153c9e 100644 --- a/Library/Formula/unixodbc.rb +++ b/Library/Formula/unixodbc.rb @@ -5,6 +5,7 @@ class Unixodbc < Formula url 'http://www.unixodbc.org/unixODBC-2.3.2.tar.gz' mirror 'ftp://mirror.ovh.net/gentoo-distfiles/distfiles/unixODBC-2.3.2.tar.gz' sha1 'f84520fd58143625b614fde551435178a558ee2e' + revision 1 bottle do sha1 "b57d4162ab0aae7a2b9b590c340156c2a211608a" => :mavericks @@ -16,6 +17,8 @@ class Unixodbc < Formula conflicts_with 'virtuoso', :because => 'Both install `isql` binaries.' + keg_only "Shadows system iODBC header files" if MacOS.version < :mavericks + def install ENV.universal_binary if build.universal? system "./configure", "--disable-debug", |
