diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libodbc++.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libodbc++.rb b/Library/Formula/libodbc++.rb index 6380dc949..789152c65 100644 --- a/Library/Formula/libodbc++.rb +++ b/Library/Formula/libodbc++.rb @@ -5,6 +5,11 @@ class Libodbcxx < Formula url 'https://downloads.sourceforge.net/project/libodbcxx/libodbc++/0.2.5/libodbc++-0.2.5.tar.gz' sha1 'e59842266b981caab24a6fae1f7d48b6799420f8' + bottle do + cellar :any + sha1 "2bbe061284cc6a3188e776c8bb9544fad672862e" => :mountain_lion + end + # Two patches are included: # The first: Fixes a compilation error on 64bit machines: # http://sourceforge.net/tracker/?func=detail&aid=3590196&group_id=19075&atid=319075 |
