From 415a50bf83624ea6eb68b29bd9e69a63adafa3e8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 9 Oct 2014 20:43:23 -0500 Subject: unixodbc: keg-only pre-10.9 --- Library/Formula/unixodbc.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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", -- cgit v1.2.3