aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/unixodbc.rb3
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",